Shades of Witch Haze #FDF67C
Tints of Witch Haze #FDF67C
RGB
CMYK
RGB Variations
Color information
#FDF67C (or 0xFDF67C) is known color: Witch Haze. HEX triplet: FD, F6 and 7C. RGB value is (253,246,124). Sum of RGB (Red+Green+Blue) = 253+246+124=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 124 (48.83% from 255 or 19.90% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF67C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF67C is #020983. Grayscale: #EAEAEA. Windows color (decimal): -133508 or 8189693. OLE color: 8189693.
HSL color Cylindrical-coordinate representation of color #FDF67C: hue angle of 56.74º 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 #FDF67C is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 124 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.01 |
| HSL | 56.74º | 0.97% | 0.74% | - |
| HSV(B) | 56.74º | 0.51% | 0.99% | - |
| XYZ | 77.1 | 88.25 | 32.04 | - |
| YUV | 234.19 | 65.82 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 124 | 0 | 0.03 | 0.51 | 0.01 | 56.74 | 0.97 | 0.74 |
| Hex | FD | F6 | 7C | 0 | 3 | 33 | 1 | 39 | 61 | 4A |
| Octal | 375 | 366 | 174 | 0 | 3 | 63 | 1 | 71 | 141 | 112 |
| Binary | 11111101 | 11110110 | 1111100 | 0 | 11 | 110011 | 1 | 111001 | 1100001 | 1001010 |
Color Harmonies of #FDF67C
Complementary color
Monochromatic Colors of #FDF67C
Black with #FDF67C
Text Example
Text Example
White with #FDF67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF67C; }
p { color: rgb(253,246,124); }
H1.HeaderClassName
{
color: #FDF67C;
}
.AnyTagClassName
{
color: #FDF67C;
}
</style>
background-color css
<style>
a { background-color: #FDF67C; }
a { background-color: rgb(253,246,124); }
div.DivClassName
{
background-color: #FDF67C;
}
.BgClassName
{
background-color: #FDF67C;
}
</style>
border-color css
<style>
span { border-color: #FDF67C; }
span { border-color: rgb(253,246,124); }
td.TdClassName
{
border-color: #FDF67C;
}
.TagClassName
{
border-color: #FDF67C;
}
</style>