Shades of Witch Haze #FDF27A
Tints of Witch Haze #FDF27A
RGB
CMYK
RGB Variations
Color information
#FDF27A (or 0xFDF27A) is known color: Witch Haze. HEX triplet: FD, F2 and 7A. RGB value is (253,242,122). Sum of RGB (Red+Green+Blue) = 253+242+122=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 122 (48.05% from 255 or 19.77% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF27A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF27A is #020D85. Grayscale: #E8E8E8. Windows color (decimal): -134534 or 8057597. OLE color: 8057597.
HSL color Cylindrical-coordinate representation of color #FDF27A: hue angle of 54.96º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDF27A is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 122 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.01 |
| HSL | 54.96º | 0.97% | 0.74% | - |
| HSV(B) | 54.96º | 0.52% | 0.99% | - |
| XYZ | 75.77 | 85.79 | 30.98 | - |
| YUV | 231.61 | 66.14 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 122 | 0 | 0.04 | 0.52 | 0.01 | 54.96 | 0.97 | 0.74 |
| Hex | FD | F2 | 7A | 0 | 4 | 34 | 1 | 37 | 61 | 4A |
| Octal | 375 | 362 | 172 | 0 | 4 | 64 | 1 | 67 | 141 | 112 |
| Binary | 11111101 | 11110010 | 1111010 | 0 | 100 | 110100 | 1 | 110111 | 1100001 | 1001010 |
Color Harmonies of #FDF27A
Complementary color
Monochromatic Colors of #FDF27A
Black with #FDF27A
Text Example
Text Example
White with #FDF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF27A; }
p { color: rgb(253,242,122); }
H1.HeaderClassName
{
color: #FDF27A;
}
.AnyTagClassName
{
color: #FDF27A;
}
</style>
background-color css
<style>
a { background-color: #FDF27A; }
a { background-color: rgb(253,242,122); }
div.DivClassName
{
background-color: #FDF27A;
}
.BgClassName
{
background-color: #FDF27A;
}
</style>
border-color css
<style>
span { border-color: #FDF27A; }
span { border-color: rgb(253,242,122); }
td.TdClassName
{
border-color: #FDF27A;
}
.TagClassName
{
border-color: #FDF27A;
}
</style>