#FDF87D

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

Shades of Witch Haze #FDF87D

Tints of Witch Haze #FDF87D

Color information

#FDF87D (or 0xFDF87D) is unknown color: approx Witch Haze. HEX triplet: FD, F8 and 7D. RGB value is (253,248,125). Sum of RGB (Red+Green+Blue) = 253+248+125=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 125 (49.22% from 255 or 19.97% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF87D is #020782. Grayscale: #EBEBEB. Windows color (decimal): -132995 or 8255741. OLE color: 8255741.

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

Color convert

RGB253248125-
CMYK00.020.510.01
HSL57.66º96.97%74.12%-
HSV(B)57.66º50.59%99.22%-
XYZ77.7889.532.58-
YUV235.4765.66140.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 248 (97.27% from 255) = 39.62%
BLUE value IS 125 (49.22% from 255) = 19.97%
R=40.42%
G=39.62%
B=19.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324812500.020.510.0157.6696.9774.12
HexFDF87D023313a614a
Octal3753701750263172141112
Binary11111101111110001111101010110011111101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF87D; }

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

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

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

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

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

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

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

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