Shades of Witch Haze #FDF168
Tints of Witch Haze #FDF168
RGB
CMYK
RGB Variations
Color information
#FDF168 (or 0xFDF168) is known color: Witch Haze. HEX triplet: FD, F1 and 68. RGB value is (253,241,104). Sum of RGB (Red+Green+Blue) = 253+241+104=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 104 (41.02% from 255 or 17.39% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF168 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF168 is #020E97. Grayscale: #E5E5E5. Windows color (decimal): -134808 or 6877693. OLE color: 6877693.
HSL color Cylindrical-coordinate representation of color #FDF168: hue angle of 55.17º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDF168 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 104 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.01 |
| HSL | 55.17º | 0.97% | 0.7% | - |
| HSV(B) | 55.17º | 0.59% | 0.99% | - |
| XYZ | 74.46 | 84.79 | 25.54 | - |
| YUV | 228.97 | 57.48 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 104 | 0 | 0.05 | 0.59 | 0.01 | 55.17 | 0.97 | 0.7 |
| Hex | FD | F1 | 68 | 0 | 5 | 3B | 1 | 37 | 61 | 46 |
| Octal | 375 | 361 | 150 | 0 | 5 | 73 | 1 | 67 | 141 | 106 |
| Binary | 11111101 | 11110001 | 1101000 | 0 | 101 | 111011 | 1 | 110111 | 1100001 | 1000110 |
Color Harmonies of #FDF168
Complementary color
Monochromatic Colors of #FDF168
Black with #FDF168
Text Example
Text Example
White with #FDF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF168; }
p { color: rgb(253,241,104); }
H1.HeaderClassName
{
color: #FDF168;
}
.AnyTagClassName
{
color: #FDF168;
}
</style>
background-color css
<style>
a { background-color: #FDF168; }
a { background-color: rgb(253,241,104); }
div.DivClassName
{
background-color: #FDF168;
}
.BgClassName
{
background-color: #FDF168;
}
</style>
border-color css
<style>
span { border-color: #FDF168; }
span { border-color: rgb(253,241,104); }
td.TdClassName
{
border-color: #FDF168;
}
.TagClassName
{
border-color: #FDF168;
}
</style>