Html Css Color HEX #F0D08A Cherokee

📋 copy color: '#F0D08A'

red 240 ◦ green 208 ◦ blue 138

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

Shades of Cherokee #F0D08A

Tints of Cherokee #F0D08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.55%

R = 40.96%
G = 35.49%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0D08A (or 0xF0D08A) is known color: Cherokee. HEX triplet: F0, D0 and 8A. RGB value is (240,208,138). Sum of RGB (Red+Green+Blue) = 240+208+138=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D08A is #0F2F75. Grayscale: #D1D1D1. Windows color (decimal): -995190 or 9097456. OLE color: 9097456.

HSL color Cylindrical-coordinate representation of color #F0D08A: hue angle of 41.18º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0D08A is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 208 138 -
CMYK 0 0.13 0.42 0.06
HSL 41.18º 0.77% 0.74% -
HSV(B) 41.18º 0.43% 0.94% -
XYZ 63.08 65.47 33.36 -
YUV 209.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 240 208 138 0 0.13 0.42 0.06 41.18 0.77 0.74
Hex F0 D0 8A 0 D 2A 6 29 4D 4A
Octal 360 320 212 0 15 52 6 51 115 112
Binary 11110000 11010000 10001010 0 1101 101010 110 101001 1001101 1001010

Color Harmonies of #F0D08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D08A

Black with #F0D08A

Text Example


Text Example

White with #F0D08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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