Shades of Witch Haze #FDF183
Tints of Witch Haze #FDF183
RGB
CMYK
RGB Variations
Color information
#FDF183 (or 0xFDF183) is known color: Witch Haze. HEX triplet: FD, F1 and 83. RGB value is (253,241,131). Sum of RGB (Red+Green+Blue) = 253+241+131=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 131 (51.56% from 255 or 20.96% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF183 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF183 is #020E7C. Grayscale: #E8E8E8. Windows color (decimal): -134781 or 8647165. OLE color: 8647165.
HSL color Cylindrical-coordinate representation of color #FDF183: hue angle of 54.1º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDF183 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 131 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.01 |
| HSL | 54.1º | 0.97% | 0.75% | - |
| HSV(B) | 54.1º | 0.48% | 0.99% | - |
| XYZ | 76.06 | 85.43 | 33.95 | - |
| YUV | 232.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 131 | 0 | 0.05 | 0.48 | 0.01 | 54.1 | 0.97 | 0.75 |
| Hex | FD | F1 | 83 | 0 | 5 | 30 | 1 | 36 | 61 | 4B |
| Octal | 375 | 361 | 203 | 0 | 5 | 60 | 1 | 66 | 141 | 113 |
| Binary | 11111101 | 11110001 | 10000011 | 0 | 101 | 110000 | 1 | 110110 | 1100001 | 1001011 |
Color Harmonies of #FDF183
Complementary color
Monochromatic Colors of #FDF183
Black with #FDF183
Text Example
Text Example
White with #FDF183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF183; }
p { color: rgb(253,241,131); }
H1.HeaderClassName
{
color: #FDF183;
}
.AnyTagClassName
{
color: #FDF183;
}
</style>
background-color css
<style>
a { background-color: #FDF183; }
a { background-color: rgb(253,241,131); }
div.DivClassName
{
background-color: #FDF183;
}
.BgClassName
{
background-color: #FDF183;
}
</style>
border-color css
<style>
span { border-color: #FDF183; }
span { border-color: rgb(253,241,131); }
td.TdClassName
{
border-color: #FDF183;
}
.TagClassName
{
border-color: #FDF183;
}
</style>