Shades of Gorse #FBEF32
Tints of Gorse #FBEF32
RGB
CMYK
RGB Variations
Color information
#FBEF32 (or 0xFBEF32) is known color: Gorse. HEX triplet: FB, EF and 32. RGB value is (251,239,50). Sum of RGB (Red+Green+Blue) = 251+239+50=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 50 (19.92% from 255 or 9.26% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEF32 is #0410CD. Grayscale: #DDDDDD. Windows color (decimal): -266446 or 3338235. OLE color: 3338235.
HSL color Cylindrical-coordinate representation of color #FBEF32: hue angle of 56.42º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBEF32 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 50 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.02 |
| HSL | 56.42º | 0.96% | 0.59% | - |
| HSV(B) | 56.42º | 0.8% | 0.98% | - |
| XYZ | 71.23 | 82.47 | 15.18 | - |
| YUV | 221.04 | 31.48 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 50 | 0 | 0.05 | 0.80 | 0.02 | 56.42 | 0.96 | 0.59 |
| Hex | FB | EF | 32 | 0 | 5 | 50 | 2 | 38 | 60 | 3B |
| Octal | 373 | 357 | 62 | 0 | 5 | 120 | 2 | 70 | 140 | 73 |
| Binary | 11111011 | 11101111 | 110010 | 0 | 101 | 1010000 | 10 | 111000 | 1100000 | 111011 |
Color Harmonies of #FBEF32
Complementary color
Monochromatic Colors of #FBEF32
Black with #FBEF32
Text Example
Text Example
White with #FBEF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEF32; }
p { color: rgb(251,239,50); }
H1.HeaderClassName
{
color: #FBEF32;
}
.AnyTagClassName
{
color: #FBEF32;
}
</style>
background-color css
<style>
a { background-color: #FBEF32; }
a { background-color: rgb(251,239,50); }
div.DivClassName
{
background-color: #FBEF32;
}
.BgClassName
{
background-color: #FBEF32;
}
</style>
border-color css
<style>
span { border-color: #FBEF32; }
span { border-color: rgb(251,239,50); }
td.TdClassName
{
border-color: #FBEF32;
}
.TagClassName
{
border-color: #FBEF32;
}
</style>