#FEF17E

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

Shades of Witch Haze #FEF17E

Tints of Witch Haze #FEF17E

Color information

#FEF17E (or 0xFEF17E) is unknown color: approx Witch Haze. HEX triplet: FE, F1 and 7E. RGB value is (254,241,126). Sum of RGB (Red+Green+Blue) = 254+241+126=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 126 (49.61% from 255 or 20.29% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF17E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF17E is #010E81. Grayscale: #E8E8E8. Windows color (decimal): -69250 or 8319486. OLE color: 8319486.

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

Color convert

RGB254241126-
CMYK00.050.500.00
HSL53.91º98.46%74.51%-
HSV(B)53.91º50.39%99.61%-
XYZ76.0985.4932.23-
YUV231.7868.31143.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 126 (49.61% from 255) = 20.29%
R=40.90%
G=38.81%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424112600.050.500.0053.9198.4674.51
HexFEF17E0532036624b
Octal3763611760562066142113
Binary111111101111000111111100101110010011011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF17E; }

 p { color: rgb(254,241,126); }

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

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

 a { background-color: rgb(254,241,126); }

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

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

 span { border-color: rgb(254,241,126); }

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