#F2C88A

Color #F2C88A Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #F2C88A

Tints of Cherokee #F2C88A

Color information

#F2C88A (or 0xF2C88A) is unknown color: approx Cherokee. HEX triplet: F2, C8 and 8A. RGB value is (242,200,138). Sum of RGB (Red+Green+Blue) = 242+200+138=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C88A is #0D3775. Grayscale: #CDCDCD. Windows color (decimal): -866166 or 9095410. OLE color: 9095410.

HSL color Cylindrical-coordinate representation of color #F2C88A: hue angle of 35.77º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2C88A is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB242200138-
CMYK00.170.430.05
HSL35.77º80%74.51%-
HSV(B)35.77º42.98%94.9%-
XYZ61.8662.0232.76-
YUV205.4989.91154.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.72%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 138 (54.30% from 255) = 23.79%
R=41.72%
G=34.48%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220013800.170.430.0535.778074.51
HexF2C88A0112B524504b
Octal36231021202153544120113
Binary11110010110010001000101001000110101110110010010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C88A; }

 p { color: rgb(242,200,138); }

 H1.HeaderClassName
 {
   color: #F2C88A;
 }
 .AnyTagClassName
 {
   color: #F2C88A;
 }
</style>
background-color css

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

 a { background-color: rgb(242,200,138); }

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

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

 span { border-color: rgb(242,200,138); }

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