#FEF972

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

Shades of Witch Haze #FEF972

Tints of Witch Haze #FEF972

Color information

#FEF972 (or 0xFEF972) is unknown color: approx Witch Haze. HEX triplet: FE, F9 and 72. RGB value is (254,249,114). Sum of RGB (Red+Green+Blue) = 254+249+114=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 114 (44.92% from 255 or 18.48% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF972 is #01068D. Grayscale: #EBEBEB. Windows color (decimal): -67214 or 7535102. OLE color: 7535102.

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

Color convert

RGB254249114-
CMYK00.020.550.00
HSL57.86º98.59%72.16%-
HSV(B)57.86º55.12%99.61%-
XYZ77.7990.0429.2-
YUV235.159.66141.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 249 (97.66% from 255) = 40.36%
BLUE value IS 114 (44.92% from 255) = 18.48%
R=41.17%
G=40.36%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424911400.020.550.0057.8698.5972.16
HexFEF972023703a6348
Octal3763711620267072143110
Binary11111110111110011110010010110111011101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF972; }

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

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

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

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

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

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

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

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