#f8cf7b

Color #F8CF7B Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #F8CF7B

Tints of Cherokee #F8CF7B

Color information

#F8CF7B (or 0xF8CF7B) is unknown color: approx Cherokee. HEX triplet: F8, CF and 7B. RGB value is (248,207,123). Sum of RGB (Red+Green+Blue) = 248+207+123=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF7B is #073084. Grayscale: #D2D2D2. Windows color (decimal): -471173 or 8114168. OLE color: 8114168.

HSL color Cylindrical-coordinate representation of color #F8CF7B: hue angle of 40.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8CF7B is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB248207123-
CMYK00.170.500.03
HSL40.32º89.93%72.75%-
HSV(B)40.32º50.4%97.25%-
XYZ64.666.0128.08-
YUV209.6879.08155.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 42.91%
GREEN value IS 207 (81.25% from 255) = 35.81%
BLUE value IS 123 (48.44% from 255) = 21.28%
R=42.91%
G=35.81%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820712300.170.500.0340.3289.9372.75
HexF8CF7B011323285a49
Octal37031717302162350132111
Binary111110001100111111110110100011100101110100010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8cf7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8cf7b; }

 p { color: rgb(248,207,123); }

 H1.HeaderClassName
 {
   color: #f8cf7b;
 }
 .AnyTagClassName
 {
   color: #f8cf7b;
 }
</style>
background-color css

<style>
 a { background-color: #f8cf7b; }

 a { background-color: rgb(248,207,123); }

 div.DivClassName
 {
   background-color: #f8cf7b;
 }
 .BgClassName
 {
   background-color: #f8cf7b;
 }
</style>
border-color css

<style>
 span { border-color: #f8cf7b; }

 span { border-color: rgb(248,207,123); }

 td.TdClassName
 {
   border-color: #f8cf7b;
 }
 .TagClassName
 {
   border-color: #f8cf7b;
 }
</style>