#FEF87A

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

Shades of Witch Haze #FEF87A

Tints of Witch Haze #FEF87A

Color information

#FEF87A (or 0xFEF87A) is unknown color: approx Witch Haze. HEX triplet: FE, F8 and 7A. RGB value is (254,248,122). Sum of RGB (Red+Green+Blue) = 254+248+122=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 122 (48.05% from 255 or 19.55% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF87A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF87A is #010785. Grayscale: #EBEBEB. Windows color (decimal): -67462 or 8059134. OLE color: 8059134.

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

Color convert

RGB254248122-
CMYK00.020.520.00
HSL57.27º98.51%73.73%-
HSV(B)57.27º51.97%99.61%-
XYZ77.9589.6131.6-
YUV235.4363.99141.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 248 (97.27% from 255) = 39.74%
BLUE value IS 122 (48.05% from 255) = 19.55%
R=40.71%
G=39.74%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424812200.020.520.0057.2798.5173.73
HexFEF87A0234039634a
Octal3763701720264071143112
Binary11111110111110001111010010110100011100111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF87A; }

 p { color: rgb(254,248,122); }

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

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

 a { background-color: rgb(254,248,122); }

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

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

 span { border-color: rgb(254,248,122); }

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