#FFFE80

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

Shades of Witch Haze #FFFE80

Tints of Witch Haze #FFFE80

Color information

#FFFE80 (or 0xFFFE80) is unknown color: approx Witch Haze. HEX triplet: FF, FE and 80. RGB value is (255,254,128). Sum of RGB (Red+Green+Blue) = 255+254+128=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 128 (50.39% from 255 or 20.09% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFE80 is #00017F. Grayscale: #F0F0F0. Windows color (decimal): -384 or 8453887. OLE color: 8453887.

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

Color convert

RGB255254128-
CMYK00.000.500
HSL59.53º100%75.1%-
HSV(B)59.53º49.8%100%-
XYZ80.5893.734.26-
YUV239.9364.83138.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 254 (99.61% from 255) = 39.87%
BLUE value IS 128 (50.39% from 255) = 20.09%
R=40.03%
G=39.87%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525412800.000.50059.5310075.1
HexFFFE80003203c644b
Octal3773762000062074144113
Binary11111111111111101000000000110010011110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFE80; }

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

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

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

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

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

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

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

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