Html Css Color HEX #F0D07D Cherokee

📋 copy color: '#F0D07D'

red 240 ◦ green 208 ◦ blue 125

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

Shades of Cherokee #F0D07D

Tints of Cherokee #F0D07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.82%

R = 41.88%
G = 36.3%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0D07D (or 0xF0D07D) is known color: Cherokee. HEX triplet: F0, D0 and 7D. RGB value is (240,208,125). Sum of RGB (Red+Green+Blue) = 240+208+125=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D07D is #0F2F82. Grayscale: #D0D0D0. Windows color (decimal): -995203 or 8245488. OLE color: 8245488.

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

Color convert

RGB 240 208 125 -
CMYK 0 0.13 0.48 0.06
HSL 43.3º 0.79% 0.72% -
HSV(B) 43.3º 0.48% 0.94% -
XYZ 62.19 65.12 28.69 -
YUV 208.11 81.1 150.75 -
System Red Green Blue C M Y K H S L
Decimal 240 208 125 0 0.13 0.48 0.06 43.3 0.79 0.72
Hex F0 D0 7D 0 D 30 6 2B 4F 48
Octal 360 320 175 0 15 60 6 53 117 110
Binary 11110000 11010000 1111101 0 1101 110000 110 101011 1001111 1001000

Color Harmonies of #F0D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D07D

Black with #F0D07D

Text Example


Text Example

White with #F0D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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