#FDF182

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

Shades of Witch Haze #FDF182

Tints of Witch Haze #FDF182

Color information

#FDF182 (or 0xFDF182) is unknown color: approx Witch Haze. HEX triplet: FD, F1 and 82. RGB value is (253,241,130). Sum of RGB (Red+Green+Blue) = 253+241+130=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 130 (51.17% from 255 or 20.83% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF182 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF182 is #020E7D. Grayscale: #E8E8E8. Windows color (decimal): -134782 or 8581629. OLE color: 8581629.

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

Color convert

RGB253241130-
CMYK00.050.490.01
HSL54.15º96.85%75.1%-
HSV(B)54.15º48.62%99.22%-
XYZ75.9985.433.6-
YUV231.9370.48143.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 130 (51.17% from 255) = 20.83%
R=40.54%
G=38.62%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324113000.050.490.0154.1596.8575.1
HexFDF1820531136614b
Octal3753612020561166141113
Binary1111110111110001100000100101110001111011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF182; }

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

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

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

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

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

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

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

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