#FEFC76

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

Shades of Witch Haze #FEFC76

Tints of Witch Haze #FEFC76

Color information

#FEFC76 (or 0xFEFC76) is unknown color: approx Witch Haze. HEX triplet: FE, FC and 76. RGB value is (254,252,118). Sum of RGB (Red+Green+Blue) = 254+252+118=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 118 (46.48% from 255 or 18.91% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC76 is #010389. Grayscale: #EDEDED. Windows color (decimal): -66442 or 7798014. OLE color: 7798014.

HSL color Cylindrical-coordinate representation of color #FEFC76: hue angle of 59.12º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEFC76 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB254252118-
CMYK00.010.540.00
HSL59.12º98.55%72.94%-
HSV(B)59.12º53.54%99.61%-
XYZ78.959230.74-
YUV237.3260.66139.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 252 (98.83% from 255) = 40.38%
BLUE value IS 118 (46.48% from 255) = 18.91%
R=40.71%
G=40.38%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425211800.010.540.0059.1298.5572.94
HexFEFC76013603b6349
Octal3763741660166073143111
Binary1111111011111100111011001110110011101111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFC76; }

 p { color: rgb(254,252,118); }

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

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

 a { background-color: rgb(254,252,118); }

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

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

 span { border-color: rgb(254,252,118); }

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