#F2CE85

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

Shades of Cherokee #F2CE85

Tints of Cherokee #F2CE85

Color information

#F2CE85 (or 0xF2CE85) is unknown color: approx Cherokee. HEX triplet: F2, CE and 85. RGB value is (242,206,133). Sum of RGB (Red+Green+Blue) = 242+206+133=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CE85 is #0D317A. Grayscale: #D0D0D0. Windows color (decimal): -864635 or 8769266. OLE color: 8769266.

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

Color convert

RGB242206133-
CMYK00.150.450.05
HSL40.18º80.74%73.53%-
HSV(B)40.18º45.04%94.9%-
XYZ62.9264.7131.36-
YUV208.4485.43151.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.65%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 133 (52.34% from 255) = 22.89%
R=41.65%
G=35.46%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220613300.150.450.0540.1880.7473.53
HexF2CE850F2D528514a
Octal36231620501755550121112
Binary1111001011001110100001010111110110110110100010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CE85; }

 p { color: rgb(242,206,133); }

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

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

 a { background-color: rgb(242,206,133); }

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

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

 span { border-color: rgb(242,206,133); }

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