Html Css Color HEX #F5D08E Cherokee

📋 copy color: '#F5D08E'

red 245 ◦ green 208 ◦ blue 142

#F5D08E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherokee #F5D08E

Tints of Cherokee #F5D08E

RGB

 RED value IS 245 (96.09% from 255) = 41.18%

 GREEN value IS 208 (81.64% from 255) = 34.96%

 BLUE value IS 142 (55.86% from 255) = 23.87%

R = 41.18%
G = 34.96%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5D08E (or 0xF5D08E) is known color: Cherokee. HEX triplet: F5, D0 and 8E. RGB value is (245,208,142). Sum of RGB (Red+Green+Blue) = 245+208+142=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D08E is #0A2F71. Grayscale: #D3D3D3. Windows color (decimal): -667506 or 9359605. OLE color: 9359605.

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

Color convert

RGB 245 208 142 -
CMYK 0 0.15 0.42 0.04
HSL 38.45º 0.84% 0.76% -
HSV(B) 38.45º 0.42% 0.96% -
XYZ 65.09 66.48 34.99 -
YUV 211.54 88.76 151.87 -
System Red Green Blue C M Y K H S L
Decimal 245 208 142 0 0.15 0.42 0.04 38.45 0.84 0.76
Hex F5 D0 8E 0 F 2A 4 26 54 4C
Octal 365 320 216 0 17 52 4 46 124 114
Binary 11110101 11010000 10001110 0 1111 101010 100 100110 1010100 1001100

Color Harmonies of #F5D08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D08E

Black with #F5D08E

Text Example


Text Example

White with #F5D08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D08E; }

 p { color: rgb(245,208,142); }

 H1.HeaderClassName
 {
   color: #F5D08E;
 }
 .AnyTagClassName
 {
   color: #F5D08E;
 }
</style>

background-color css

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

 a { background-color: rgb(245,208,142); }

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

border-color css

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

 span { border-color: rgb(245,208,142); }

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