Html Css Color HEX #F0D07B Cherokee

📋 copy color: '#F0D07B'

red 240 ◦ green 208 ◦ blue 123

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

Shades of Cherokee #F0D07B

Tints of Cherokee #F0D07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.54%

R = 42.03%
G = 36.43%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0D07B (or 0xF0D07B) is known color: Cherokee. HEX triplet: F0, D0 and 7B. RGB value is (240,208,123). Sum of RGB (Red+Green+Blue) = 240+208+123=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D07B is #0F2F84. Grayscale: #D0D0D0. Windows color (decimal): -995205 or 8114416. OLE color: 8114416.

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

Color convert

RGB 240 208 123 -
CMYK 0 0.13 0.49 0.06
HSL 43.59º 0.8% 0.71% -
HSV(B) 43.59º 0.49% 0.94% -
XYZ 62.07 65.07 28.03 -
YUV 207.88 80.1 150.91 -
System Red Green Blue C M Y K H S L
Decimal 240 208 123 0 0.13 0.49 0.06 43.59 0.8 0.71
Hex F0 D0 7B 0 D 31 6 2C 50 47
Octal 360 320 173 0 15 61 6 54 120 107
Binary 11110000 11010000 1111011 0 1101 110001 110 101100 1010000 1000111

Color Harmonies of #F0D07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D07B

Black with #F0D07B

Text Example


Text Example

White with #F0D07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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