#FEF376

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

Shades of Witch Haze #FEF376

Tints of Witch Haze #FEF376

Color information

#FEF376 (or 0xFEF376) is unknown color: approx Witch Haze. HEX triplet: FE, F3 and 76. RGB value is (254,243,118). Sum of RGB (Red+Green+Blue) = 254+243+118=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 118 (46.48% from 255 or 19.19% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF376 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF376 is #010C89. Grayscale: #E8E8E8. Windows color (decimal): -68746 or 7795710. OLE color: 7795710.

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

Color convert

RGB254243118-
CMYK00.040.540.00
HSL55.15º98.55%72.94%-
HSV(B)55.15º53.54%99.61%-
XYZ76.1986.4829.82-
YUV232.0463.64143.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 243 (95.31% from 255) = 39.51%
BLUE value IS 118 (46.48% from 255) = 19.19%
R=41.30%
G=39.51%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424311800.040.540.0055.1598.5572.94
HexFEF37604360376349
Octal3763631660466067143111
Binary111111101111001111101100100110110011011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF376; }

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

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

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

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

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

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

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

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