#FDF982

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

Shades of Witch Haze #FDF982

Tints of Witch Haze #FDF982

Color information

#FDF982 (or 0xFDF982) is unknown color: approx Witch Haze. HEX triplet: FD, F9 and 82. RGB value is (253,249,130). Sum of RGB (Red+Green+Blue) = 253+249+130=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 130 (51.17% from 255 or 20.57% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF982 is #02067D. Grayscale: #EDEDED. Windows color (decimal): -132734 or 8583677. OLE color: 8583677.

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

Color convert

RGB253249130-
CMYK00.020.490.01
HSL58.05º96.85%75.1%-
HSV(B)58.05º48.62%99.22%-
XYZ78.4190.2534.41-
YUV236.6367.83139.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.03%
GREEN value IS 249 (97.66% from 255) = 39.40%
BLUE value IS 130 (51.17% from 255) = 20.57%
R=40.03%
G=39.40%
B=20.57%

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
Decimal25324913000.020.490.0158.0596.8575.1
HexFDF982023113a614b
Octal3753712020261172141113
Binary111111011111100110000010010110001111101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF982; }

 p { color: rgb(253,249,130); }

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

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

 a { background-color: rgb(253,249,130); }

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

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

 span { border-color: rgb(253,249,130); }

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