#f5c67c

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

Shades of Cherokee #F5C67C

Tints of Cherokee #F5C67C

Color information

#F5C67C (or 0xF5C67C) is unknown color: approx Cherokee. HEX triplet: F5, C6 and 7C. RGB value is (245,198,124). Sum of RGB (Red+Green+Blue) = 245+198+124=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C67C is #0A3983. Grayscale: #CBCBCB. Windows color (decimal): -670084 or 8177397. OLE color: 8177397.

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

Color convert

RGB245198124-
CMYK00.190.490.04
HSL36.69º85.82%72.35%-
HSV(B)36.69º49.39%96.08%-
XYZ61.4961.2627.65-
YUV203.6283.07157.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.21%
GREEN value IS 198 (77.73% from 255) = 34.92%
BLUE value IS 124 (48.83% from 255) = 21.87%
R=43.21%
G=34.92%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519812400.190.490.0436.6985.8272.35
HexF5C67C013314255648
Octal36530617402361445126110
Binary1111010111000110111110001001111000110010010110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5c67c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5c67c; }

 p { color: rgb(245,198,124); }

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

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

 a { background-color: rgb(245,198,124); }

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

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

 span { border-color: rgb(245,198,124); }

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