Html Css Color HEX #F0D180 Cherokee

📋 copy color: '#F0D180'

red 240 ◦ green 209 ◦ blue 128

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

Shades of Cherokee #F0D180

Tints of Cherokee #F0D180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.18%

R = 41.59%
G = 36.22%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0D180 (or 0xF0D180) is known color: Cherokee. HEX triplet: F0, D1 and 80. RGB value is (240,209,128). Sum of RGB (Red+Green+Blue) = 240+209+128=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D180 is #0F2E7F. Grayscale: #D1D1D1. Windows color (decimal): -994944 or 8442352. OLE color: 8442352.

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

Color convert

RGB 240 209 128 -
CMYK 0 0.13 0.47 0.06
HSL 43.39º 0.79% 0.72% -
HSV(B) 43.39º 0.47% 0.94% -
XYZ 62.63 65.68 29.8 -
YUV 209.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 240 209 128 0 0.13 0.47 0.06 43.39 0.79 0.72
Hex F0 D1 80 0 D 2F 6 2B 4F 48
Octal 360 321 200 0 15 57 6 53 117 110
Binary 11110000 11010001 10000000 0 1101 101111 110 101011 1001111 1001000

Color Harmonies of #F0D180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D180

Black with #F0D180

Text Example


Text Example

White with #F0D180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D180; }

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

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

background-color css

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

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

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

border-color css

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

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

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