Html Css Color HEX #F2D180 Cherokee

📋 copy color: '#F2D180'

red 242 ◦ green 209 ◦ blue 128

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

Shades of Cherokee #F2D180

Tints of Cherokee #F2D180

RGB

 RED value IS 242 (94.92% from 255) = 41.8%

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

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

R = 41.8%
G = 36.1%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2D180 (or 0xF2D180) is known color: Cherokee. HEX triplet: F2, D1 and 80. RGB value is (242,209,128). Sum of RGB (Red+Green+Blue) = 242+209+128=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D180 is #0D2E7F. Grayscale: #D1D1D1. Windows color (decimal): -863872 or 8442354. OLE color: 8442354.

HSL color Cylindrical-coordinate representation of color #F2D180: hue angle of 42.63º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2D180 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 209 128 -
CMYK 0 0.14 0.47 0.05
HSL 42.63º 0.81% 0.73% -
HSV(B) 42.63º 0.47% 0.95% -
XYZ 63.31 66.04 29.83 -
YUV 209.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 242 209 128 0 0.14 0.47 0.05 42.63 0.81 0.73
Hex F2 D1 80 0 E 2F 5 2B 51 49
Octal 362 321 200 0 16 57 5 53 121 111
Binary 11110010 11010001 10000000 0 1110 101111 101 101011 1010001 1001001

Color Harmonies of #F2D180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D180

Black with #F2D180

Text Example


Text Example

White with #F2D180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D180; }

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

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

background-color css

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

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

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

border-color css

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

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

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