Html Css Color HEX #F0D17E Cherokee

📋 copy color: '#F0D17E'

red 240 ◦ green 209 ◦ blue 126

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

Shades of Cherokee #F0D17E

Tints of Cherokee #F0D17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.91%

R = 41.74%
G = 36.35%
B = 21.91%

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

#F0D17E (or 0xF0D17E) is known color: Cherokee. HEX triplet: F0, D1 and 7E. RGB value is (240,209,126). Sum of RGB (Red+Green+Blue) = 240+209+126=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D17E is #0F2E81. Grayscale: #D1D1D1. Windows color (decimal): -994946 or 8311280. OLE color: 8311280.

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

Color convert

RGB 240 209 126 -
CMYK 0 0.13 0.48 0.06
HSL 43.68º 0.79% 0.72% -
HSV(B) 43.68º 0.48% 0.94% -
XYZ 62.5 65.63 29.11 -
YUV 208.81 81.27 150.25 -
System Red Green Blue C M Y K H S L
Decimal 240 209 126 0 0.13 0.48 0.06 43.68 0.79 0.72
Hex F0 D1 7E 0 D 30 6 2C 4F 48
Octal 360 321 176 0 15 60 6 54 117 110
Binary 11110000 11010001 1111110 0 1101 110000 110 101100 1001111 1001000

Color Harmonies of #F0D17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D17E

Black with #F0D17E

Text Example


Text Example

White with #F0D17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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