Shades of Witch Haze #FDEF6B
Tints of Witch Haze #FDEF6B
RGB
CMYK
RGB Variations
Color information
#FDEF6B (or 0xFDEF6B) is known color: Witch Haze. HEX triplet: FD, EF and 6B. RGB value is (253,239,107). Sum of RGB (Red+Green+Blue) = 253+239+107=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 107 (42.19% from 255 or 17.86% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF6B is #021094. Grayscale: #E4E4E4. Windows color (decimal): -135317 or 7073789. OLE color: 7073789.
HSL color Cylindrical-coordinate representation of color #FDEF6B: hue angle of 54.25º 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 #FDEF6B is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 107 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.01 |
| HSL | 54.25º | 0.97% | 0.71% | - |
| HSV(B) | 54.25º | 0.58% | 0.99% | - |
| XYZ | 74.03 | 83.68 | 26.16 | - |
| YUV | 228.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 107 | 0 | 0.06 | 0.58 | 0.01 | 54.25 | 0.97 | 0.71 |
| Hex | FD | EF | 6B | 0 | 6 | 3A | 1 | 36 | 61 | 47 |
| Octal | 375 | 357 | 153 | 0 | 6 | 72 | 1 | 66 | 141 | 107 |
| Binary | 11111101 | 11101111 | 1101011 | 0 | 110 | 111010 | 1 | 110110 | 1100001 | 1000111 |
Color Harmonies of #FDEF6B
Complementary color
Monochromatic Colors of #FDEF6B
Black with #FDEF6B
Text Example
Text Example
White with #FDEF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF6B; }
p { color: rgb(253,239,107); }
H1.HeaderClassName
{
color: #FDEF6B;
}
.AnyTagClassName
{
color: #FDEF6B;
}
</style>
background-color css
<style>
a { background-color: #FDEF6B; }
a { background-color: rgb(253,239,107); }
div.DivClassName
{
background-color: #FDEF6B;
}
.BgClassName
{
background-color: #FDEF6B;
}
</style>
border-color css
<style>
span { border-color: #FDEF6B; }
span { border-color: rgb(253,239,107); }
td.TdClassName
{
border-color: #FDEF6B;
}
.TagClassName
{
border-color: #FDEF6B;
}
</style>