#F5D180

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

Shades of Cherokee #F5D180

Tints of Cherokee #F5D180

Color information

#F5D180 (or 0xF5D180) is unknown color: approx Cherokee. HEX triplet: F5, D1 and 80. RGB value is (245,209,128). Sum of RGB (Red+Green+Blue) = 245+209+128=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D180 is #0A2E7F. Grayscale: #D2D2D2. Windows color (decimal): -667264 or 8442357. OLE color: 8442357.

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

Color convert

RGB245209128-
CMYK00.150.480.04
HSL41.54º85.4%73.14%-
HSV(B)41.54º47.76%96.08%-
XYZ64.3566.5729.88-
YUV210.5381.43152.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.10%
GREEN value IS 209 (82.03% from 255) = 35.91%
BLUE value IS 128 (50.39% from 255) = 21.99%
R=42.10%
G=35.91%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520912800.150.480.0441.5485.473.14
HexF5D1800F3042a5549
Octal36532120001760452125111
Binary1111010111010001100000000111111000010010101010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D180; }

 p { color: rgb(245,209,128); }

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

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

 a { background-color: rgb(245,209,128); }

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

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

 span { border-color: rgb(245,209,128); }

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