Shades of Witch Haze #FDF16B
Tints of Witch Haze #FDF16B
RGB
CMYK
RGB Variations
Color information
#FDF16B (or 0xFDF16B) is known color: Witch Haze. HEX triplet: FD, F1 and 6B. RGB value is (253,241,107). Sum of RGB (Red+Green+Blue) = 253+241+107=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 107 (42.19% from 255 or 17.80% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF16B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF16B is #020E94. Grayscale: #E5E5E5. Windows color (decimal): -134805 or 7074301. OLE color: 7074301.
HSL color Cylindrical-coordinate representation of color #FDF16B: hue angle of 55.07º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDF16B is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 107 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.01 |
| HSL | 55.07º | 0.97% | 0.71% | - |
| HSV(B) | 55.07º | 0.58% | 0.99% | - |
| XYZ | 74.62 | 84.85 | 26.36 | - |
| YUV | 229.31 | 58.98 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 107 | 0 | 0.05 | 0.58 | 0.01 | 55.07 | 0.97 | 0.71 |
| Hex | FD | F1 | 6B | 0 | 5 | 3A | 1 | 37 | 61 | 47 |
| Octal | 375 | 361 | 153 | 0 | 5 | 72 | 1 | 67 | 141 | 107 |
| Binary | 11111101 | 11110001 | 1101011 | 0 | 101 | 111010 | 1 | 110111 | 1100001 | 1000111 |
Color Harmonies of #FDF16B
Complementary color
Monochromatic Colors of #FDF16B
Black with #FDF16B
Text Example
Text Example
White with #FDF16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF16B; }
p { color: rgb(253,241,107); }
H1.HeaderClassName
{
color: #FDF16B;
}
.AnyTagClassName
{
color: #FDF16B;
}
</style>
background-color css
<style>
a { background-color: #FDF16B; }
a { background-color: rgb(253,241,107); }
div.DivClassName
{
background-color: #FDF16B;
}
.BgClassName
{
background-color: #FDF16B;
}
</style>
border-color css
<style>
span { border-color: #FDF16B; }
span { border-color: rgb(253,241,107); }
td.TdClassName
{
border-color: #FDF16B;
}
.TagClassName
{
border-color: #FDF16B;
}
</style>