#F5CB7E

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

Shades of Cherokee #F5CB7E

Tints of Cherokee #F5CB7E

Color information

#F5CB7E (or 0xF5CB7E) is unknown color: approx Cherokee. HEX triplet: F5, CB and 7E. RGB value is (245,203,126). Sum of RGB (Red+Green+Blue) = 245+203+126=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 126 (49.61% from 255 or 21.95% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CB7E is #0A3481. Grayscale: #CFCFCF. Windows color (decimal): -668802 or 8309749. OLE color: 8309749.

HSL color Cylindrical-coordinate representation of color #F5CB7E: hue angle of 38.82º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5CB7E is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB245203126-
CMYK00.170.490.04
HSL38.82º85.61%72.75%-
HSV(B)38.82º48.57%96.08%-
XYZ62.7863.6328.71-
YUV206.7882.41155.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.68%
GREEN value IS 203 (79.69% from 255) = 35.37%
BLUE value IS 126 (49.61% from 255) = 21.95%
R=42.68%
G=35.37%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520312600.170.490.0438.8285.6172.75
HexF5CB7E011314275649
Octal36531317602161447126111
Binary1111010111001011111111001000111000110010011110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CB7E; }

 p { color: rgb(245,203,126); }

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

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

 a { background-color: rgb(245,203,126); }

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

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

 span { border-color: rgb(245,203,126); }

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