#FEF982

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

Shades of Witch Haze #FEF982

Tints of Witch Haze #FEF982

Color information

#FEF982 (or 0xFEF982) is unknown color: approx Witch Haze. HEX triplet: FE, F9 and 82. RGB value is (254,249,130). Sum of RGB (Red+Green+Blue) = 254+249+130=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 130 (51.17% from 255 or 20.54% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF982 is #01067D. Grayscale: #EDEDED. Windows color (decimal): -67198 or 8583678. OLE color: 8583678.

HSL color Cylindrical-coordinate representation of color #FEF982: hue angle of 57.58º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEF982 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB254249130-
CMYK00.020.490.00
HSL57.58º98.41%75.29%-
HSV(B)57.58º48.82%99.61%-
XYZ78.7890.4334.42-
YUV236.9367.66140.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 249 (97.66% from 255) = 39.34%
BLUE value IS 130 (51.17% from 255) = 20.54%
R=40.13%
G=39.34%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424913000.020.490.0057.5898.4175.29
HexFEF982023103a624b
Octal3763712020261072142113
Binary111111101111100110000010010110001011101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF982; }

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

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

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

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

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

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

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

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