Shades of Witch Haze #FDFC7D
Tints of Witch Haze #FDFC7D
RGB
CMYK
RGB Variations
Color information
#FDFC7D (or 0xFDFC7D) is known color: 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
RGB | 253 | 252 | 125 | - |
CMYK | 0 | 0.00 | 0.51 | 0.01 |
HSL | 59.53º | 0.97% | 0.74% | - |
HSV(B) | 59.53º | 0.51% | 0.99% | - |
XYZ | 79.02 | 91.98 | 32.99 | - |
YUV | 237.82 | 64.33 | 138.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 125 | 0 | 0.00 | 0.51 | 0.01 | 59.53 | 0.97 | 0.74 |
Hex | FD | FC | 7D | 0 | 0 | 33 | 1 | 3C | 61 | 4A |
Octal | 375 | 374 | 175 | 0 | 0 | 63 | 1 | 74 | 141 | 112 |
Binary | 11111101 | 11111100 | 1111101 | 0 | 0 | 110011 | 1 | 111100 | 1100001 | 1001010 |
Color Harmonies of #FDFC7D
Complementary color
Monochromatic Colors of #FDFC7D
Black with #FDFC7D
Text Example
Text Example
White with #FDFC7D
Text Example
Text Example
HTML Codes & Css Web 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>