#FDFC7D

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

Shades of Witch Haze #FDFC7D

Tints of Witch Haze #FDFC7D

Color information

#FDFC7D (or 0xFDFC7D) is unknown color: approx Witch Haze. HEX triplet: FD, FC and 7D. RGB value is (253,252,125). Sum of RGB (Red+Green+Blue) = 253+252+125=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 125 (49.22% from 255 or 19.84% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFC7D is #020382. Grayscale: #EEEEEE. Windows color (decimal): -131971 or 8256765. OLE color: 8256765.

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

Color convert

RGB253252125-
CMYK00.000.510.01
HSL59.53º96.97%74.12%-
HSV(B)59.53º50.59%99.22%-
XYZ79.0291.9832.99-
YUV237.8264.33138.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.16%
GREEN value IS 252 (98.83% from 255) = 40%
BLUE value IS 125 (49.22% from 255) = 19.84%
R=40.16%
G=40%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325212500.000.510.0159.5396.9774.12
HexFDFC7D003313c614a
Octal3753741750063174141112
Binary1111110111111100111110100110011111110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFC7D; }

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

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

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

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

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

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

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

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