#FEF76E

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

Shades of Witch Haze #FEF76E

Tints of Witch Haze #FEF76E

Color information

#FEF76E (or 0xFEF76E) is unknown color: approx Witch Haze. HEX triplet: FE, F7 and 6E. RGB value is (254,247,110). Sum of RGB (Red+Green+Blue) = 254+247+110=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 110 (43.36% from 255 or 18.00% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF76E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF76E is #010891. Grayscale: #EAEAEA. Windows color (decimal): -67730 or 7272446. OLE color: 7272446.

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

Color convert

RGB254247110-
CMYK00.030.570.00
HSL57.08º98.63%71.37%-
HSV(B)57.08º56.69%99.61%-
XYZ76.9588.7227.82-
YUV233.4858.32142.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 247 (96.88% from 255) = 40.43%
BLUE value IS 110 (43.36% from 255) = 18.00%
R=41.57%
G=40.43%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424711000.030.570.0057.0898.6371.37
HexFEF76E03390396347
Octal3763671560371071143107
Binary11111110111101111101110011111001011100111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF76E; }

 p { color: rgb(254,247,110); }

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

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

 a { background-color: rgb(254,247,110); }

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

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

 span { border-color: rgb(254,247,110); }

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