#F5CD84

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

Shades of Cherokee #F5CD84

Tints of Cherokee #F5CD84

Color information

#F5CD84 (or 0xF5CD84) is unknown color: approx Cherokee. HEX triplet: F5, CD and 84. RGB value is (245,205,132). Sum of RGB (Red+Green+Blue) = 245+205+132=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CD84 is #0A327B. Grayscale: #D0D0D0. Windows color (decimal): -668284 or 8703477. OLE color: 8703477.

HSL color Cylindrical-coordinate representation of color #F5CD84: hue angle of 38.76º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5CD84 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB245205132-
CMYK00.160.460.04
HSL38.76º84.96%73.92%-
HSV(B)38.76º46.12%96.08%-
XYZ63.6564.7430.97-
YUV208.6484.75153.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.10%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 132 (51.95% from 255) = 22.68%
R=42.10%
G=35.22%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520513200.160.460.0438.7684.9673.92
HexF5CD840102E427554a
Octal36531520402056447125112
Binary11110101110011011000010001000010111010010011110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CD84; }

 p { color: rgb(245,205,132); }

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

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

 a { background-color: rgb(245,205,132); }

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

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

 span { border-color: rgb(245,205,132); }

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