#F5D190

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

Shades of Cherokee #F5D190

Tints of Cherokee #F5D190

Color information

#F5D190 (or 0xF5D190) is unknown color: approx Cherokee. HEX triplet: F5, D1 and 90. RGB value is (245,209,144). Sum of RGB (Red+Green+Blue) = 245+209+144=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D190 is #0A2E6F. Grayscale: #D4D4D4. Windows color (decimal): -667248 or 9490933. OLE color: 9490933.

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

Color convert

RGB245209144-
CMYK00.150.410.04
HSL38.61º83.47%76.27%-
HSV(B)38.61º41.22%96.08%-
XYZ65.4967.0335.87-
YUV212.3589.43151.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.97%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 144 (56.64% from 255) = 24.08%
R=40.97%
G=34.95%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520914400.150.410.0438.6183.4776.27
HexF5D1900F29427534c
Octal36532122001751447123114
Binary1111010111010001100100000111110100110010011110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D190; }

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

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

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

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

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

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

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

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