#FEF46E

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

Shades of Witch Haze #FEF46E

Tints of Witch Haze #FEF46E

Color information

#FEF46E (or 0xFEF46E) is unknown color: approx Witch Haze. HEX triplet: FE, F4 and 6E. RGB value is (254,244,110). Sum of RGB (Red+Green+Blue) = 254+244+110=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 110 (43.36% from 255 or 18.09% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF46E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF46E is #010B91. Grayscale: #E8E8E8. Windows color (decimal): -68498 or 7271678. OLE color: 7271678.

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

Color convert

RGB254244110-
CMYK00.040.570.00
HSL55.83º98.63%71.37%-
HSV(B)55.83º56.69%99.61%-
XYZ76.0486.927.52-
YUV231.7159.31143.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 244 (95.70% from 255) = 40.13%
BLUE value IS 110 (43.36% from 255) = 18.09%
R=41.78%
G=40.13%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424411000.040.570.0055.8398.6371.37
HexFEF46E04390386347
Octal3763641560471070143107
Binary111111101111010011011100100111001011100011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF46E; }

 p { color: rgb(254,244,110); }

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

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

 a { background-color: rgb(254,244,110); }

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

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

 span { border-color: rgb(254,244,110); }

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