#FEF472

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

Shades of Witch Haze #FEF472

Tints of Witch Haze #FEF472

Color information

#FEF472 (or 0xFEF472) is unknown color: approx Witch Haze. HEX triplet: FE, F4 and 72. RGB value is (254,244,114). Sum of RGB (Red+Green+Blue) = 254+244+114=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 244 (95.70% from 255 or 39.87% from 612); Blue value is 114 (44.92% from 255 or 18.63% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF472 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF472 is #010B8D. Grayscale: #E8E8E8. Windows color (decimal): -68494 or 7533822. OLE color: 7533822.

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

Color convert

RGB254244114-
CMYK00.040.550.00
HSL55.71º98.59%72.16%-
HSV(B)55.71º55.12%99.61%-
XYZ76.2686.9928.69-
YUV232.1761.31143.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 244 (95.70% from 255) = 39.87%
BLUE value IS 114 (44.92% from 255) = 18.63%
R=41.50%
G=39.87%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424411400.040.550.0055.7198.5972.16
HexFEF47204370386348
Octal3763641620467070143110
Binary111111101111010011100100100110111011100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF472; }

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

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

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

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

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

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

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

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