#FDFF80

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

Shades of Witch Haze #FDFF80

Tints of Witch Haze #FDFF80

Color information

#FDFF80 (or 0xFDFF80) is unknown color: approx Witch Haze. HEX triplet: FD, FF and 80. RGB value is (253,255,128). Sum of RGB (Red+Green+Blue) = 253+255+128=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 128 (50.39% from 255 or 20.13% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFF80 is #02007F. Grayscale: #F0F0F0. Windows color (decimal): -131200 or 8454141. OLE color: 8454141.

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

Color convert

RGB253255128-
CMYK0.0100.500
HSL60.94º100%75.1%-
HSV(B)60.94º49.8%100%-
XYZ80.1693.9634.33-
YUV239.9264.84137.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 128 (50.39% from 255) = 20.13%
R=39.78%
G=40.09%
B=20.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532551280.0100.50060.9410075.1
HexFDFF80103203d644b
Octal3753772001062075144113
Binary11111101111111111000000010110010011110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFF80; }

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

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

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

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

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

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

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

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