#FECF82

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

Shades of Cherokee #FECF82

Tints of Cherokee #FECF82

Color information

#FECF82 (or 0xFECF82) is unknown color: approx Cherokee. HEX triplet: FE, CF and 82. RGB value is (254,207,130). Sum of RGB (Red+Green+Blue) = 254+207+130=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF82 is #01307D. Grayscale: #D4D4D4. Windows color (decimal): -77950 or 8572926. OLE color: 8572926.

HSL color Cylindrical-coordinate representation of color #FECF82: hue angle of 37.26º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FECF82 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB254207130-
CMYK00.190.490.00
HSL37.26º98.41%75.29%-
HSV(B)37.26º48.82%99.61%-
XYZ67.2267.3130.57-
YUV212.2781.57157.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 130 (51.17% from 255) = 22.00%
R=42.98%
G=35.03%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420713000.190.490.0037.2698.4175.29
HexFECF8201331025624b
Octal37631720202361045142113
Binary111111101100111110000010010011110001010010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECF82; }

 p { color: rgb(254,207,130); }

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

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

 a { background-color: rgb(254,207,130); }

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

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

 span { border-color: rgb(254,207,130); }

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