Shades of Witch Haze #FDEF6D
Tints of Witch Haze #FDEF6D
RGB
CMYK
RGB Variations
Color information
#FDEF6D (or 0xFDEF6D) is known color: Witch Haze. HEX triplet: FD, EF and 6D. RGB value is (253,239,109). Sum of RGB (Red+Green+Blue) = 253+239+109=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 109 (42.97% from 255 or 18.14% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF6D is #021092. Grayscale: #E4E4E4. Windows color (decimal): -135315 or 7204861. OLE color: 7204861.
HSL color Cylindrical-coordinate representation of color #FDEF6D: hue angle of 54.17º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDEF6D is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 239 | 109 | - |
CMYK | 0 | 0.06 | 0.57 | 0.01 |
HSL | 54.17º | 0.97% | 0.71% | - |
HSV(B) | 54.17º | 0.57% | 0.99% | - |
XYZ | 74.13 | 83.72 | 26.72 | - |
YUV | 228.37 | 60.64 | 145.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 239 | 109 | 0 | 0.06 | 0.57 | 0.01 | 54.17 | 0.97 | 0.71 |
Hex | FD | EF | 6D | 0 | 6 | 39 | 1 | 36 | 61 | 47 |
Octal | 375 | 357 | 155 | 0 | 6 | 71 | 1 | 66 | 141 | 107 |
Binary | 11111101 | 11101111 | 1101101 | 0 | 110 | 111001 | 1 | 110110 | 1100001 | 1000111 |
Color Harmonies of #FDEF6D
Complementary color
Monochromatic Colors of #FDEF6D
Black with #FDEF6D
Text Example
Text Example
White with #FDEF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF6D; }
p { color: rgb(253,239,109); }
H1.HeaderClassName
{
color: #FDEF6D;
}
.AnyTagClassName
{
color: #FDEF6D;
}
</style>
background-color css
<style>
a { background-color: #FDEF6D; }
a { background-color: rgb(253,239,109); }
div.DivClassName
{
background-color: #FDEF6D;
}
.BgClassName
{
background-color: #FDEF6D;
}
</style>
border-color css
<style>
span { border-color: #FDEF6D; }
span { border-color: rgb(253,239,109); }
td.TdClassName
{
border-color: #FDEF6D;
}
.TagClassName
{
border-color: #FDEF6D;
}
</style>