Html Css Color HEX #F0D17D Cherokee

📋 copy color: '#F0D17D'

red 240 ◦ green 209 ◦ blue 125

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

Shades of Cherokee #F0D17D

Tints of Cherokee #F0D17D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.41%

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

R = 41.81%
G = 36.41%
B = 21.78%

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

#F0D17D (or 0xF0D17D) is known color: Cherokee. HEX triplet: F0, D1 and 7D. RGB value is (240,209,125). Sum of RGB (Red+Green+Blue) = 240+209+125=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D17D is #0F2E82. Grayscale: #D1D1D1. Windows color (decimal): -994947 or 8245744. OLE color: 8245744.

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

Color convert

RGB 240 209 125 -
CMYK 0 0.13 0.48 0.06
HSL 43.83º 0.79% 0.72% -
HSV(B) 43.83º 0.48% 0.94% -
XYZ 62.44 65.61 28.77 -
YUV 208.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 240 209 125 0 0.13 0.48 0.06 43.83 0.79 0.72
Hex F0 D1 7D 0 D 30 6 2C 4F 48
Octal 360 321 175 0 15 60 6 54 117 110
Binary 11110000 11010001 1111101 0 1101 110000 110 101100 1001111 1001000

Color Harmonies of #F0D17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D17D

Black with #F0D17D

Text Example


Text Example

White with #F0D17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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