#F2CE8F

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

Shades of Cherokee #F2CE8F

Tints of Cherokee #F2CE8F

Color information

#F2CE8F (or 0xF2CE8F) is unknown color: approx Cherokee. HEX triplet: F2, CE and 8F. RGB value is (242,206,143). Sum of RGB (Red+Green+Blue) = 242+206+143=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 143 (56.25% from 255 or 24.20% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CE8F is #0D3170. Grayscale: #D1D1D1. Windows color (decimal): -864625 or 9424626. OLE color: 9424626.

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

Color convert

RGB242206143-
CMYK00.150.410.05
HSL38.18º79.2%75.49%-
HSV(B)38.18º40.91%94.9%-
XYZ63.656535.18-
YUV209.5890.43151.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.95%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 143 (56.25% from 255) = 24.20%
R=40.95%
G=34.86%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220614300.150.410.0538.1879.275.49
HexF2CE8F0F295264f4b
Octal36231621701751546117113
Binary1111001011001110100011110111110100110110011010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CE8F; }

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

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

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

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

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

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

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

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