#FEF575

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

Shades of Witch Haze #FEF575

Tints of Witch Haze #FEF575

Color information

#FEF575 (or 0xFEF575) is unknown color: approx Witch Haze. HEX triplet: FE, F5 and 75. RGB value is (254,245,117). Sum of RGB (Red+Green+Blue) = 254+245+117=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 245 (96.09% from 255 or 39.77% from 616); Blue value is 117 (46.09% from 255 or 18.99% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF575 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF575 is #010A8A. Grayscale: #E9E9E9. Windows color (decimal): -68235 or 7730686. OLE color: 7730686.

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

Color convert

RGB254245117-
CMYK00.040.540.00
HSL56.06º98.56%72.75%-
HSV(B)56.06º53.94%99.61%-
XYZ76.7487.6629.71-
YUV233.162.48142.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 245 (96.09% from 255) = 39.77%
BLUE value IS 117 (46.09% from 255) = 18.99%
R=41.23%
G=39.77%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424511700.040.540.0056.0698.5672.75
HexFEF57504360386349
Octal3763651650466070143111
Binary111111101111010111101010100110110011100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF575; }

 p { color: rgb(254,245,117); }

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

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

 a { background-color: rgb(254,245,117); }

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

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

 span { border-color: rgb(254,245,117); }

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