Shades of Witch Haze #FFF37F
Tints of Witch Haze #FFF37F
RGB
CMYK
RGB Variations
Color information
#FFF37F (or 0xFFF37F) is known color: Witch Haze. HEX triplet: FF, F3 and 7F. RGB value is (255,243,127). Sum of RGB (Red+Green+Blue) = 255+243+127=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 127 (50% from 255 or 20.32% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF37F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF37F is #000C80. Grayscale: #E9E9E9. Windows color (decimal): -3201 or 8385535. OLE color: 8385535.
HSL color Cylindrical-coordinate representation of color #FFF37F: hue angle of 54.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFF37F is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 127 | - |
| CMYK | 0 | 0.05 | 0.50 | 0 |
| HSL | 54.38º | 1% | 0.75% | - |
| HSV(B) | 54.38º | 0.5% | 1% | - |
| XYZ | 77.12 | 86.89 | 32.79 | - |
| YUV | 233.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 127 | 0 | 0.05 | 0.50 | 0 | 54.38 | 1 | 0.75 |
| Hex | FF | F3 | 7F | 0 | 5 | 32 | 0 | 36 | 64 | 4B |
| Octal | 377 | 363 | 177 | 0 | 5 | 62 | 0 | 66 | 144 | 113 |
| Binary | 11111111 | 11110011 | 1111111 | 0 | 101 | 110010 | 0 | 110110 | 1100100 | 1001011 |
Color Harmonies of #FFF37F
Complementary color
Monochromatic Colors of #FFF37F
Black with #FFF37F
Text Example
Text Example
White with #FFF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF37F; }
p { color: rgb(255,243,127); }
H1.HeaderClassName
{
color: #FFF37F;
}
.AnyTagClassName
{
color: #FFF37F;
}
</style>
background-color css
<style>
a { background-color: #FFF37F; }
a { background-color: rgb(255,243,127); }
div.DivClassName
{
background-color: #FFF37F;
}
.BgClassName
{
background-color: #FFF37F;
}
</style>
border-color css
<style>
span { border-color: #FFF37F; }
span { border-color: rgb(255,243,127); }
td.TdClassName
{
border-color: #FFF37F;
}
.TagClassName
{
border-color: #FFF37F;
}
</style>