#F2CE7D

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

Shades of Cherokee #F2CE7D

Tints of Cherokee #F2CE7D

Color information

#F2CE7D (or 0xF2CE7D) is unknown color: approx Cherokee. HEX triplet: F2, CE and 7D. RGB value is (242,206,125). Sum of RGB (Red+Green+Blue) = 242+206+125=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CE7D is #0D3182. Grayscale: #CFCFCF. Windows color (decimal): -864643 or 8244978. OLE color: 8244978.

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

Color convert

RGB242206125-
CMYK00.150.480.05
HSL41.54º81.82%71.96%-
HSV(B)41.54º48.35%94.9%-
XYZ62.3964.528.56-
YUV207.5381.43152.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.23%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 125 (49.22% from 255) = 21.82%
R=42.23%
G=35.95%
B=21.82%

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
Decimal24220612500.150.480.0541.5481.8271.96
HexF2CE7D0F3052a5248
Octal36231617501760552122110
Binary111100101100111011111010111111000010110101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CE7D; }

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

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

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

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

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

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

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

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