Html Css Color HEX #F5D08D Cherokee

📋 copy color: '#F5D08D'

red 245 ◦ green 208 ◦ blue 141

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

Shades of Cherokee #F5D08D

Tints of Cherokee #F5D08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.74%

R = 41.25%
G = 35.02%
B = 23.74%

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

#F5D08D (or 0xF5D08D) is known color: Cherokee. HEX triplet: F5, D0 and 8D. RGB value is (245,208,141). Sum of RGB (Red+Green+Blue) = 245+208+141=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D08D is #0A2F72. Grayscale: #D3D3D3. Windows color (decimal): -667507 or 9294069. OLE color: 9294069.

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

Color convert

RGB 245 208 141 -
CMYK 0 0.15 0.42 0.04
HSL 38.65º 0.84% 0.76% -
HSV(B) 38.65º 0.42% 0.96% -
XYZ 65.02 66.45 34.6 -
YUV 211.43 88.26 151.95 -
System Red Green Blue C M Y K H S L
Decimal 245 208 141 0 0.15 0.42 0.04 38.65 0.84 0.76
Hex F5 D0 8D 0 F 2A 4 27 54 4C
Octal 365 320 215 0 17 52 4 47 124 114
Binary 11110101 11010000 10001101 0 1111 101010 100 100111 1010100 1001100

Color Harmonies of #F5D08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D08D

Black with #F5D08D

Text Example


Text Example

White with #F5D08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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