Shades of Witch Haze #FDF07B
Tints of Witch Haze #FDF07B
RGB
CMYK
RGB Variations
Color information
#FDF07B (or 0xFDF07B) is known color: Witch Haze. HEX triplet: FD, F0 and 7B. RGB value is (253,240,123). Sum of RGB (Red+Green+Blue) = 253+240+123=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 123 (48.44% from 255 or 19.97% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF07B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF07B is #020F84. Grayscale: #E7E7E7. Windows color (decimal): -135045 or 8122621. OLE color: 8122621.
HSL color Cylindrical-coordinate representation of color #FDF07B: hue angle of 54º 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 #FDF07B is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 123 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.01 |
| HSL | 54º | 0.97% | 0.74% | - |
| HSV(B) | 54º | 0.51% | 0.99% | - |
| XYZ | 75.24 | 84.63 | 31.11 | - |
| YUV | 230.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 123 | 0 | 0.05 | 0.51 | 0.01 | 54 | 0.97 | 0.74 |
| Hex | FD | F0 | 7B | 0 | 5 | 33 | 1 | 36 | 61 | 4A |
| Octal | 375 | 360 | 173 | 0 | 5 | 63 | 1 | 66 | 141 | 112 |
| Binary | 11111101 | 11110000 | 1111011 | 0 | 101 | 110011 | 1 | 110110 | 1100001 | 1001010 |
Color Harmonies of #FDF07B
Complementary color
Monochromatic Colors of #FDF07B
Black with #FDF07B
Text Example
Text Example
White with #FDF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF07B; }
p { color: rgb(253,240,123); }
H1.HeaderClassName
{
color: #FDF07B;
}
.AnyTagClassName
{
color: #FDF07B;
}
</style>
background-color css
<style>
a { background-color: #FDF07B; }
a { background-color: rgb(253,240,123); }
div.DivClassName
{
background-color: #FDF07B;
}
.BgClassName
{
background-color: #FDF07B;
}
</style>
border-color css
<style>
span { border-color: #FDF07B; }
span { border-color: rgb(253,240,123); }
td.TdClassName
{
border-color: #FDF07B;
}
.TagClassName
{
border-color: #FDF07B;
}
</style>