#f5cf7c

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

Shades of Cherokee #F5CF7C

Tints of Cherokee #F5CF7C

Color information

#F5CF7C (or 0xF5CF7C) is unknown color: approx Cherokee. HEX triplet: F5, CF and 7C. RGB value is (245,207,124). Sum of RGB (Red+Green+Blue) = 245+207+124=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF7C is #0A3083. Grayscale: #D1D1D1. Windows color (decimal): -667780 or 8179701. OLE color: 8179701.

HSL color Cylindrical-coordinate representation of color #F5CF7C: hue angle of 41.16º 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 #F5CF7C is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB245207124-
CMYK00.160.490.04
HSL41.16º85.82%72.35%-
HSV(B)41.16º49.39%96.08%-
XYZ63.6165.4928.36-
YUV208.980.09153.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.53%
GREEN value IS 207 (81.25% from 255) = 35.94%
BLUE value IS 124 (48.83% from 255) = 21.53%
R=42.53%
G=35.94%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520712400.160.490.0441.1685.8272.35
HexF5CF7C010314295648
Octal36531717402061451126110
Binary1111010111001111111110001000011000110010100110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5cf7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5cf7c; }

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

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

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

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

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

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

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

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