Html Css Color HEX #F2CD80 Cherokee

📋 copy color: '#F2CD80'

red 242 ◦ green 205 ◦ blue 128

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

Shades of Cherokee #F2CD80

Tints of Cherokee #F2CD80

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.65%

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

R = 42.09%
G = 35.65%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2CD80 (or 0xF2CD80) is known color: Cherokee. HEX triplet: F2, CD and 80. RGB value is (242,205,128). Sum of RGB (Red+Green+Blue) = 242+205+128=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CD80 is #0D327F. Grayscale: #CFCFCF. Windows color (decimal): -864896 or 8441330. OLE color: 8441330.

HSL color Cylindrical-coordinate representation of color #F2CD80: hue angle of 40.53º 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 #F2CD80 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 205 128 -
CMYK 0 0.15 0.47 0.05
HSL 40.53º 0.81% 0.73% -
HSV(B) 40.53º 0.47% 0.95% -
XYZ 62.35 64.1 29.51 -
YUV 207.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 242 205 128 0 0.15 0.47 0.05 40.53 0.81 0.73
Hex F2 CD 80 0 F 2F 5 29 51 49
Octal 362 315 200 0 17 57 5 51 121 111
Binary 11110010 11001101 10000000 0 1111 101111 101 101001 1010001 1001001

Color Harmonies of #F2CD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CD80

Black with #F2CD80

Text Example


Text Example

White with #F2CD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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