#FEF976

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

Shades of Witch Haze #FEF976

Tints of Witch Haze #FEF976

Color information

#FEF976 (or 0xFEF976) is unknown color: approx Witch Haze. HEX triplet: FE, F9 and 76. RGB value is (254,249,118). Sum of RGB (Red+Green+Blue) = 254+249+118=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 118 (46.48% from 255 or 19.00% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF976 is #010689. Grayscale: #ECECEC. Windows color (decimal): -67210 or 7797246. OLE color: 7797246.

HSL color Cylindrical-coordinate representation of color #FEF976: hue angle of 57.79º 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 #FEF976 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB254249118-
CMYK00.020.540.00
HSL57.79º98.55%72.94%-
HSV(B)57.79º53.54%99.61%-
XYZ78.0290.1330.42-
YUV235.5661.66141.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 249 (97.66% from 255) = 40.10%
BLUE value IS 118 (46.48% from 255) = 19.00%
R=40.90%
G=40.10%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424911800.020.540.0057.7998.5572.94
HexFEF976023603a6349
Octal3763711660266072143111
Binary11111110111110011110110010110110011101011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF976; }

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

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

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

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

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

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

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

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