#FDFE80

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

Shades of Witch Haze #FDFE80

Tints of Witch Haze #FDFE80

Color information

#FDFE80 (or 0xFDFE80) is unknown color: approx Witch Haze. HEX triplet: FD, FE and 80. RGB value is (253,254,128). Sum of RGB (Red+Green+Blue) = 253+254+128=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 128 (50.39% from 255 or 20.16% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFE80 is #02017F. Grayscale: #EFEFEF. Windows color (decimal): -131456 or 8453885. OLE color: 8453885.

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

Color convert

RGB253254128-
CMYK0.0000.500.00
HSL60.48º98.44%74.9%-
HSV(B)60.48º49.61%99.61%-
XYZ79.8593.3234.23-
YUV239.3465.17137.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 128 (50.39% from 255) = 20.16%
R=39.84%
G=40%
B=20.16%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541280.0000.500.0060.4898.4474.9
HexFDFE80003203c624b
Octal3753762000062074142113
Binary11111101111111101000000000110010011110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFE80; }

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

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

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

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

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

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

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

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