Html Css Color HEX #F2C586 Cherokee

📋 copy color: '#F2C586'

red 242 ◦ green 197 ◦ blue 134

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

Shades of Cherokee #F2C586

Tints of Cherokee #F2C586

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.38%

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

R = 42.23%
G = 34.38%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2C586 (or 0xF2C586) is known color: Cherokee. HEX triplet: F2, C5 and 86. RGB value is (242,197,134). Sum of RGB (Red+Green+Blue) = 242+197+134=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 134 (52.73% from 255 or 23.39% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C586 is #0D3A79. Grayscale: #CBCBCB. Windows color (decimal): -866938 or 8832498. OLE color: 8832498.

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

Color convert

RGB 242 197 134 -
CMYK 0 0.19 0.45 0.05
HSL 35º 0.81% 0.74% -
HSV(B) 35º 0.45% 0.95% -
XYZ 60.89 60.53 31.03 -
YUV 203.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 242 197 134 0 0.19 0.45 0.05 35 0.81 0.74
Hex F2 C5 86 0 13 2D 5 23 51 4A
Octal 362 305 206 0 23 55 5 43 121 112
Binary 11110010 11000101 10000110 0 10011 101101 101 100011 1010001 1001010

Color Harmonies of #F2C586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C586

Black with #F2C586

Text Example


Text Example

White with #F2C586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C586; }

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

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

background-color css

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

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

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

border-color css

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

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

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