#FEFF80

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

Shades of Witch Haze #FEFF80

Tints of Witch Haze #FEFF80

Color information

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

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

Color convert

RGB254255128-
CMYK0.0000.500
HSL60.47º100%75.1%-
HSV(B)60.47º49.8%100%-
XYZ80.5394.1534.35-
YUV240.2264.67137.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551280.0000.50060.4710075.1
HexFEFF80003203c644b
Octal3763772000062074144113
Binary11111110111111111000000000110010011110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFF80; }

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

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

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

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

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

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

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

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