Html Css Color HEX #F0D084 Cherokee

📋 copy color: '#F0D084'

red 240 ◦ green 208 ◦ blue 132

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

Shades of Cherokee #F0D084

Tints of Cherokee #F0D084

RGB

 RED value IS 240 (94.14% from 255) = 41.38%

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

 BLUE value IS 132 (51.95% from 255) = 22.76%

R = 41.38%
G = 35.86%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F0D084 (or 0xF0D084) is known color: Cherokee. HEX triplet: F0, D0 and 84. RGB value is (240,208,132). Sum of RGB (Red+Green+Blue) = 240+208+132=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D084 is #0F2F7B. Grayscale: #D1D1D1. Windows color (decimal): -995196 or 8704240. OLE color: 8704240.

HSL color Cylindrical-coordinate representation of color #F0D084: hue angle of 42.22º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0D084 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 208 132 -
CMYK 0 0.13 0.45 0.06
HSL 42.22º 0.78% 0.73% -
HSV(B) 42.22º 0.45% 0.94% -
XYZ 62.66 65.3 31.13 -
YUV 208.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 240 208 132 0 0.13 0.45 0.06 42.22 0.78 0.73
Hex F0 D0 84 0 D 2D 6 2A 4E 49
Octal 360 320 204 0 15 55 6 52 116 111
Binary 11110000 11010000 10000100 0 1101 101101 110 101010 1001110 1001001

Color Harmonies of #F0D084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D084

Black with #F0D084

Text Example


Text Example

White with #F0D084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D084; }

 p { color: rgb(240,208,132); }

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

background-color css

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

 a { background-color: rgb(240,208,132); }

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

border-color css

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

 span { border-color: rgb(240,208,132); }

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