#F2CE7E

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

Shades of Cherokee #F2CE7E

Tints of Cherokee #F2CE7E

Color information

#F2CE7E (or 0xF2CE7E) is unknown color: approx Cherokee. HEX triplet: F2, CE and 7E. RGB value is (242,206,126). Sum of RGB (Red+Green+Blue) = 242+206+126=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 126 (49.61% from 255 or 21.95% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CE7E is #0D3181. Grayscale: #D0D0D0. Windows color (decimal): -864642 or 8310514. OLE color: 8310514.

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

Color convert

RGB242206126-
CMYK00.150.480.05
HSL41.38º81.69%72.16%-
HSV(B)41.38º47.93%94.9%-
XYZ62.4664.5328.9-
YUV207.6481.93152.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.16%
GREEN value IS 206 (80.86% from 255) = 35.89%
BLUE value IS 126 (49.61% from 255) = 21.95%
R=42.16%
G=35.89%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220612600.150.480.0541.3881.6972.16
HexF2CE7E0F305295248
Octal36231617601760551122110
Binary111100101100111011111100111111000010110100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CE7E; }

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

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

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

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

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

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

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

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