#FEF180

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

Shades of Witch Haze #FEF180

Tints of Witch Haze #FEF180

Color information

#FEF180 (or 0xFEF180) is unknown color: approx Witch Haze. HEX triplet: FE, F1 and 80. RGB value is (254,241,128). Sum of RGB (Red+Green+Blue) = 254+241+128=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 128 (50.39% from 255 or 20.55% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF180 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF180 is #010E7F. Grayscale: #E8E8E8. Windows color (decimal): -69248 or 8450558. OLE color: 8450558.

HSL color Cylindrical-coordinate representation of color #FEF180: hue angle of 53.81º 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 #FEF180 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254241128-
CMYK00.050.500.00
HSL53.81º98.44%74.9%-
HSV(B)53.81º49.61%99.61%-
XYZ76.2285.5432.92-
YUV23269.31143.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 241 (94.53% from 255) = 38.68%
BLUE value IS 128 (50.39% from 255) = 20.55%
R=40.77%
G=38.68%
B=20.55%

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
Decimal25424112800.050.500.0053.8198.4474.9
HexFEF1800532036624b
Octal3763612000562066142113
Binary1111111011110001100000000101110010011011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF180; }

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

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

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

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

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

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

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

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