Shades of Witch Haze #FDF169
Tints of Witch Haze #FDF169
RGB
CMYK
RGB Variations
Color information
#FDF169 (or 0xFDF169) is known color: Witch Haze. HEX triplet: FD, F1 and 69. RGB value is (253,241,105). Sum of RGB (Red+Green+Blue) = 253+241+105=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 105 (41.41% from 255 or 17.53% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF169 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF169 is #020E96. Grayscale: #E5E5E5. Windows color (decimal): -134807 or 6943229. OLE color: 6943229.
HSL color Cylindrical-coordinate representation of color #FDF169: hue angle of 55.14º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDF169 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 105 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.01 |
| HSL | 55.14º | 0.97% | 0.7% | - |
| HSV(B) | 55.14º | 0.58% | 0.99% | - |
| XYZ | 74.51 | 84.81 | 25.81 | - |
| YUV | 229.08 | 57.98 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 105 | 0 | 0.05 | 0.58 | 0.01 | 55.14 | 0.97 | 0.7 |
| Hex | FD | F1 | 69 | 0 | 5 | 3A | 1 | 37 | 61 | 46 |
| Octal | 375 | 361 | 151 | 0 | 5 | 72 | 1 | 67 | 141 | 106 |
| Binary | 11111101 | 11110001 | 1101001 | 0 | 101 | 111010 | 1 | 110111 | 1100001 | 1000110 |
Color Harmonies of #FDF169
Complementary color
Monochromatic Colors of #FDF169
Black with #FDF169
Text Example
Text Example
White with #FDF169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF169; }
p { color: rgb(253,241,105); }
H1.HeaderClassName
{
color: #FDF169;
}
.AnyTagClassName
{
color: #FDF169;
}
</style>
background-color css
<style>
a { background-color: #FDF169; }
a { background-color: rgb(253,241,105); }
div.DivClassName
{
background-color: #FDF169;
}
.BgClassName
{
background-color: #FDF169;
}
</style>
border-color css
<style>
span { border-color: #FDF169; }
span { border-color: rgb(253,241,105); }
td.TdClassName
{
border-color: #FDF169;
}
.TagClassName
{
border-color: #FDF169;
}
</style>