Shades of Witch Haze #FFF56B
Tints of Witch Haze #FFF56B
RGB
CMYK
RGB Variations
Color information
#FFF56B (or 0xFFF56B) is known color: Witch Haze. HEX triplet: FF, F5 and 6B. RGB value is (255,245,107). Sum of RGB (Red+Green+Blue) = 255+245+107=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 107 (42.19% from 255 or 17.63% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF56B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF56B is #000A94. Grayscale: #E8E8E8. Windows color (decimal): -2709 or 7075327. OLE color: 7075327.
HSL color Cylindrical-coordinate representation of color #FFF56B: hue angle of 55.95º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFF56B is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 107 | - |
| CMYK | 0 | 0.04 | 0.58 | 0 |
| HSL | 55.95º | 1% | 0.71% | - |
| HSV(B) | 55.95º | 0.58% | 1% | - |
| XYZ | 76.55 | 87.63 | 26.79 | - |
| YUV | 232.26 | 57.31 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 107 | 0 | 0.04 | 0.58 | 0 | 55.95 | 1 | 0.71 |
| Hex | FF | F5 | 6B | 0 | 4 | 3A | 0 | 38 | 64 | 47 |
| Octal | 377 | 365 | 153 | 0 | 4 | 72 | 0 | 70 | 144 | 107 |
| Binary | 11111111 | 11110101 | 1101011 | 0 | 100 | 111010 | 0 | 111000 | 1100100 | 1000111 |
Color Harmonies of #FFF56B
Complementary color
Monochromatic Colors of #FFF56B
Black with #FFF56B
Text Example
Text Example
White with #FFF56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF56B; }
p { color: rgb(255,245,107); }
H1.HeaderClassName
{
color: #FFF56B;
}
.AnyTagClassName
{
color: #FFF56B;
}
</style>
background-color css
<style>
a { background-color: #FFF56B; }
a { background-color: rgb(255,245,107); }
div.DivClassName
{
background-color: #FFF56B;
}
.BgClassName
{
background-color: #FFF56B;
}
</style>
border-color css
<style>
span { border-color: #FFF56B; }
span { border-color: rgb(255,245,107); }
td.TdClassName
{
border-color: #FFF56B;
}
.TagClassName
{
border-color: #FFF56B;
}
</style>