#FDF682

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

Shades of Witch Haze #FDF682

Tints of Witch Haze #FDF682

Color information

#FDF682 (or 0xFDF682) is unknown color: approx Witch Haze. HEX triplet: FD, F6 and 82. RGB value is (253,246,130). Sum of RGB (Red+Green+Blue) = 253+246+130=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 130 (51.17% from 255 or 20.67% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF682 is #02097D. Grayscale: #EBEBEB. Windows color (decimal): -133502 or 8582909. OLE color: 8582909.

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

Color convert

RGB253246130-
CMYK00.030.490.01
HSL56.59º96.85%75.1%-
HSV(B)56.59º48.62%99.22%-
XYZ77.4988.4134.1-
YUV234.8768.82140.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 246 (96.48% from 255) = 39.11%
BLUE value IS 130 (51.17% from 255) = 20.67%
R=40.22%
G=39.11%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324613000.030.490.0156.5996.8575.1
HexFDF6820331139614b
Octal3753662020361171141113
Binary111111011111011010000010011110001111100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF682; }

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

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

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

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

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

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

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

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