Shades of Witch Haze #FDF16F
Tints of Witch Haze #FDF16F
RGB
CMYK
RGB Variations
Color information
#FDF16F (or 0xFDF16F) is known color: Witch Haze. HEX triplet: FD, F1 and 6F. RGB value is (253,241,111). Sum of RGB (Red+Green+Blue) = 253+241+111=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 111 (43.75% from 255 or 18.35% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF16F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF16F is #020E90. Grayscale: #E6E6E6. Windows color (decimal): -134801 or 7336445. OLE color: 7336445.
HSL color Cylindrical-coordinate representation of color #FDF16F: hue angle of 54.93º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDF16F is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 111 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.01 |
| HSL | 54.93º | 0.97% | 0.71% | - |
| HSV(B) | 54.93º | 0.56% | 0.99% | - |
| XYZ | 74.83 | 84.94 | 27.49 | - |
| YUV | 229.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 111 | 0 | 0.05 | 0.56 | 0.01 | 54.93 | 0.97 | 0.71 |
| Hex | FD | F1 | 6F | 0 | 5 | 38 | 1 | 37 | 61 | 47 |
| Octal | 375 | 361 | 157 | 0 | 5 | 70 | 1 | 67 | 141 | 107 |
| Binary | 11111101 | 11110001 | 1101111 | 0 | 101 | 111000 | 1 | 110111 | 1100001 | 1000111 |
Color Harmonies of #FDF16F
Complementary color
Monochromatic Colors of #FDF16F
Black with #FDF16F
Text Example
Text Example
White with #FDF16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF16F; }
p { color: rgb(253,241,111); }
H1.HeaderClassName
{
color: #FDF16F;
}
.AnyTagClassName
{
color: #FDF16F;
}
</style>
background-color css
<style>
a { background-color: #FDF16F; }
a { background-color: rgb(253,241,111); }
div.DivClassName
{
background-color: #FDF16F;
}
.BgClassName
{
background-color: #FDF16F;
}
</style>
border-color css
<style>
span { border-color: #FDF16F; }
span { border-color: rgb(253,241,111); }
td.TdClassName
{
border-color: #FDF16F;
}
.TagClassName
{
border-color: #FDF16F;
}
</style>