Shades of Witch Haze #FBF574
Tints of Witch Haze #FBF574
RGB
CMYK
RGB Variations
Color information
#FBF574 (or 0xFBF574) is known color: Witch Haze. HEX triplet: FB, F5 and 74. RGB value is (251,245,116). Sum of RGB (Red+Green+Blue) = 251+245+116=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 116 (45.70% from 255 or 18.95% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF574 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF574 is #040A8B. Grayscale: #E8E8E8. Windows color (decimal): -264844 or 7665147. OLE color: 7665147.
HSL color Cylindrical-coordinate representation of color #FBF574: hue angle of 57.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBF574 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 116 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.02 |
| HSL | 57.33º | 0.94% | 0.72% | - |
| HSV(B) | 57.33º | 0.54% | 0.98% | - |
| XYZ | 75.59 | 87.08 | 29.35 | - |
| YUV | 232.09 | 62.49 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 116 | 0 | 0.02 | 0.54 | 0.02 | 57.33 | 0.94 | 0.72 |
| Hex | FB | F5 | 74 | 0 | 2 | 36 | 2 | 39 | 5E | 48 |
| Octal | 373 | 365 | 164 | 0 | 2 | 66 | 2 | 71 | 136 | 110 |
| Binary | 11111011 | 11110101 | 1110100 | 0 | 10 | 110110 | 10 | 111001 | 1011110 | 1001000 |
Color Harmonies of #FBF574
Complementary color
Monochromatic Colors of #FBF574
Black with #FBF574
Text Example
Text Example
White with #FBF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF574; }
p { color: rgb(251,245,116); }
H1.HeaderClassName
{
color: #FBF574;
}
.AnyTagClassName
{
color: #FBF574;
}
</style>
background-color css
<style>
a { background-color: #FBF574; }
a { background-color: rgb(251,245,116); }
div.DivClassName
{
background-color: #FBF574;
}
.BgClassName
{
background-color: #FBF574;
}
</style>
border-color css
<style>
span { border-color: #FBF574; }
span { border-color: rgb(251,245,116); }
td.TdClassName
{
border-color: #FBF574;
}
.TagClassName
{
border-color: #FBF574;
}
</style>