Html Css Color HEX #F0D07A Cherokee

📋 copy color: '#F0D07A'

red 240 ◦ green 208 ◦ blue 122

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

Shades of Cherokee #F0D07A

Tints of Cherokee #F0D07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.4%

R = 42.11%
G = 36.49%
B = 21.4%

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

#F0D07A (or 0xF0D07A) is known color: Cherokee. HEX triplet: F0, D0 and 7A. RGB value is (240,208,122). Sum of RGB (Red+Green+Blue) = 240+208+122=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D07A is #0F2F85. Grayscale: #D0D0D0. Windows color (decimal): -995206 or 8048880. OLE color: 8048880.

HSL color Cylindrical-coordinate representation of color #F0D07A: hue angle of 43.73º 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 #F0D07A is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 208 122 -
CMYK 0 0.13 0.49 0.06
HSL 43.73º 0.8% 0.71% -
HSV(B) 43.73º 0.49% 0.94% -
XYZ 62 65.04 27.7 -
YUV 207.76 79.6 150.99 -
System Red Green Blue C M Y K H S L
Decimal 240 208 122 0 0.13 0.49 0.06 43.73 0.8 0.71
Hex F0 D0 7A 0 D 31 6 2C 50 47
Octal 360 320 172 0 15 61 6 54 120 107
Binary 11110000 11010000 1111010 0 1101 110001 110 101100 1010000 1000111

Color Harmonies of #F0D07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D07A

Black with #F0D07A

Text Example


Text Example

White with #F0D07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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