#FEF46A

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

Shades of Witch Haze #FEF46A

Tints of Witch Haze #FEF46A

Color information

#FEF46A (or 0xFEF46A) is unknown color: approx Witch Haze. HEX triplet: FE, F4 and 6A. RGB value is (254,244,106). Sum of RGB (Red+Green+Blue) = 254+244+106=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 106 (41.80% from 255 or 17.55% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF46A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF46A is #010B95. Grayscale: #E7E7E7. Windows color (decimal): -68502 or 7009534. OLE color: 7009534.

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

Color convert

RGB254244106-
CMYK00.040.580.00
HSL55.95º98.67%70.59%-
HSV(B)55.95º58.27%99.61%-
XYZ75.8386.8126.4-
YUV231.2657.31144.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 244 (95.70% from 255) = 40.40%
BLUE value IS 106 (41.80% from 255) = 17.55%
R=42.05%
G=40.40%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424410600.040.580.0055.9598.6770.59
HexFEF46A043A0386347
Octal3763641520472070143107
Binary111111101111010011010100100111010011100011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF46A; }

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

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

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

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

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

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

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

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