Shades of Witch Haze #FBF283
Tints of Witch Haze #FBF283
RGB
CMYK
RGB Variations
Color information
#FBF283 (or 0xFBF283) is known color: Witch Haze. HEX triplet: FB, F2 and 83. RGB value is (251,242,131). Sum of RGB (Red+Green+Blue) = 251+242+131=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 131 (51.56% from 255 or 20.99% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF283 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF283 is #040D7C. Grayscale: #E8E8E8. Windows color (decimal): -265597 or 8647419. OLE color: 8647419.
HSL color Cylindrical-coordinate representation of color #FBF283: hue angle of 55.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FBF283 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 131 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.02 |
| HSL | 55.5º | 0.94% | 0.75% | - |
| HSV(B) | 55.5º | 0.48% | 0.98% | - |
| XYZ | 75.63 | 85.65 | 34.02 | - |
| YUV | 232.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 131 | 0 | 0.04 | 0.48 | 0.02 | 55.5 | 0.94 | 0.75 |
| Hex | FB | F2 | 83 | 0 | 4 | 30 | 2 | 38 | 5E | 4B |
| Octal | 373 | 362 | 203 | 0 | 4 | 60 | 2 | 70 | 136 | 113 |
| Binary | 11111011 | 11110010 | 10000011 | 0 | 100 | 110000 | 10 | 111000 | 1011110 | 1001011 |
Color Harmonies of #FBF283
Complementary color
Monochromatic Colors of #FBF283
Black with #FBF283
Text Example
Text Example
White with #FBF283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF283; }
p { color: rgb(251,242,131); }
H1.HeaderClassName
{
color: #FBF283;
}
.AnyTagClassName
{
color: #FBF283;
}
</style>
background-color css
<style>
a { background-color: #FBF283; }
a { background-color: rgb(251,242,131); }
div.DivClassName
{
background-color: #FBF283;
}
.BgClassName
{
background-color: #FBF283;
}
</style>
border-color css
<style>
span { border-color: #FBF283; }
span { border-color: rgb(251,242,131); }
td.TdClassName
{
border-color: #FBF283;
}
.TagClassName
{
border-color: #FBF283;
}
</style>