#FDF880

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

Shades of Witch Haze #FDF880

Tints of Witch Haze #FDF880

Color information

#FDF880 (or 0xFDF880) is unknown color: approx Witch Haze. HEX triplet: FD, F8 and 80. RGB value is (253,248,128). Sum of RGB (Red+Green+Blue) = 253+248+128=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 248 (97.27% from 255 or 39.43% from 629); Blue value is 128 (50.39% from 255 or 20.35% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF880 is #02077F. Grayscale: #ECECEC. Windows color (decimal): -132992 or 8452349. OLE color: 8452349.

HSL color Cylindrical-coordinate representation of color #FDF880: hue angle of 57.6º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDF880 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB253248128-
CMYK00.020.490.01
HSL57.6º96.9%74.71%-
HSV(B)57.6º49.41%99.22%-
XYZ77.9789.5833.6-
YUV235.8267.16140.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 248 (97.27% from 255) = 39.43%
BLUE value IS 128 (50.39% from 255) = 20.35%
R=40.22%
G=39.43%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324812800.020.490.0157.696.974.71
HexFDF880023113a614b
Octal3753702000261172141113
Binary111111011111100010000000010110001111101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF880; }

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

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

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

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

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

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

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

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