Shades of Witch Haze #FBF270
Tints of Witch Haze #FBF270
RGB
CMYK
RGB Variations
Color information
#FBF270 (or 0xFBF270) is known color: Witch Haze. HEX triplet: FB, F2 and 70. RGB value is (251,242,112). Sum of RGB (Red+Green+Blue) = 251+242+112=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 112 (44.14% from 255 or 18.51% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF270 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF270 is #040D8F. Grayscale: #E6E6E6. Windows color (decimal): -265616 or 7402235. OLE color: 7402235.
HSL color Cylindrical-coordinate representation of color #FBF270: hue angle of 56.12º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBF270 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 112 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.02 |
| HSL | 56.12º | 0.95% | 0.71% | - |
| HSV(B) | 56.12º | 0.55% | 0.98% | - |
| XYZ | 74.46 | 85.18 | 27.85 | - |
| YUV | 229.87 | 61.48 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 112 | 0 | 0.04 | 0.55 | 0.02 | 56.12 | 0.95 | 0.71 |
| Hex | FB | F2 | 70 | 0 | 4 | 37 | 2 | 38 | 5F | 47 |
| Octal | 373 | 362 | 160 | 0 | 4 | 67 | 2 | 70 | 137 | 107 |
| Binary | 11111011 | 11110010 | 1110000 | 0 | 100 | 110111 | 10 | 111000 | 1011111 | 1000111 |
Color Harmonies of #FBF270
Complementary color
Monochromatic Colors of #FBF270
Black with #FBF270
Text Example
Text Example
White with #FBF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF270; }
p { color: rgb(251,242,112); }
H1.HeaderClassName
{
color: #FBF270;
}
.AnyTagClassName
{
color: #FBF270;
}
</style>
background-color css
<style>
a { background-color: #FBF270; }
a { background-color: rgb(251,242,112); }
div.DivClassName
{
background-color: #FBF270;
}
.BgClassName
{
background-color: #FBF270;
}
</style>
border-color css
<style>
span { border-color: #FBF270; }
span { border-color: rgb(251,242,112); }
td.TdClassName
{
border-color: #FBF270;
}
.TagClassName
{
border-color: #FBF270;
}
</style>