#FECF84

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

Shades of Cherokee #FECF84

Tints of Cherokee #FECF84

Color information

#FECF84 (or 0xFECF84) is unknown color: approx Cherokee. HEX triplet: FE, CF and 84. RGB value is (254,207,132). Sum of RGB (Red+Green+Blue) = 254+207+132=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF84 is #01307B. Grayscale: #D4D4D4. Windows color (decimal): -77948 or 8703998. OLE color: 8703998.

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

Color convert

RGB254207132-
CMYK00.190.480.00
HSL36.89º98.39%75.69%-
HSV(B)36.89º48.03%99.61%-
XYZ67.3567.3631.28-
YUV212.582.57157.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 132 (51.95% from 255) = 22.26%
R=42.83%
G=34.91%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420713200.190.480.0036.8998.3975.69
HexFECF8401330025624c
Octal37631720402360045142114
Binary111111101100111110000100010011110000010010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECF84; }

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

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

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

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

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

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

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

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