Html Css Color HEX #F2CC86 Cherokee

📋 copy color: '#F2CC86'

red 242 ◦ green 204 ◦ blue 134

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

Shades of Cherokee #F2CC86

Tints of Cherokee #F2CC86

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.17%

 BLUE value IS 134 (52.73% from 255) = 23.1%

R = 41.72%
G = 35.17%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2CC86 (or 0xF2CC86) is known color: Cherokee. HEX triplet: F2, CC and 86. RGB value is (242,204,134). Sum of RGB (Red+Green+Blue) = 242+204+134=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 134 (52.73% from 255 or 23.10% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC86 is #0D3379. Grayscale: #CFCFCF. Windows color (decimal): -865146 or 8834290. OLE color: 8834290.

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

Color convert

RGB 242 204 134 -
CMYK 0 0.16 0.45 0.05
HSL 38.89º 0.81% 0.74% -
HSV(B) 38.89º 0.45% 0.95% -
XYZ 62.51 63.78 31.57 -
YUV 207.38 86.59 152.69 -
System Red Green Blue C M Y K H S L
Decimal 242 204 134 0 0.16 0.45 0.05 38.89 0.81 0.74
Hex F2 CC 86 0 10 2D 5 27 51 4A
Octal 362 314 206 0 20 55 5 47 121 112
Binary 11110010 11001100 10000110 0 10000 101101 101 100111 1010001 1001010

Color Harmonies of #F2CC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC86

Black with #F2CC86

Text Example


Text Example

White with #F2CC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC86; }

 p { color: rgb(242,204,134); }

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

background-color css

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

 a { background-color: rgb(242,204,134); }

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

border-color css

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

 span { border-color: rgb(242,204,134); }

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