Shades of Gorse #FBE942
Tints of Gorse #FBE942
RGB
CMYK
RGB Variations
Color information
#FBE942 (or 0xFBE942) is known color: Gorse. HEX triplet: FB, E9 and 42. RGB value is (251,233,66). Sum of RGB (Red+Green+Blue) = 251+233+66=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 66 (26.17% from 255 or 12% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE942 is #0416BD. Grayscale: #DCDCDC. Windows color (decimal): -267966 or 4385275. OLE color: 4385275.
HSL color Cylindrical-coordinate representation of color #FBE942: hue angle of 54.16º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBE942 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 66 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.02 |
| HSL | 54.16º | 0.96% | 0.62% | - |
| HSV(B) | 54.16º | 0.74% | 0.98% | - |
| XYZ | 69.91 | 79.18 | 16.75 | - |
| YUV | 219.34 | 41.46 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 66 | 0 | 0.07 | 0.74 | 0.02 | 54.16 | 0.96 | 0.62 |
| Hex | FB | E9 | 42 | 0 | 7 | 4A | 2 | 36 | 60 | 3E |
| Octal | 373 | 351 | 102 | 0 | 7 | 112 | 2 | 66 | 140 | 76 |
| Binary | 11111011 | 11101001 | 1000010 | 0 | 111 | 1001010 | 10 | 110110 | 1100000 | 111110 |
Color Harmonies of #FBE942
Complementary color
Monochromatic Colors of #FBE942
Black with #FBE942
Text Example
Text Example
White with #FBE942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE942; }
p { color: rgb(251,233,66); }
H1.HeaderClassName
{
color: #FBE942;
}
.AnyTagClassName
{
color: #FBE942;
}
</style>
background-color css
<style>
a { background-color: #FBE942; }
a { background-color: rgb(251,233,66); }
div.DivClassName
{
background-color: #FBE942;
}
.BgClassName
{
background-color: #FBE942;
}
</style>
border-color css
<style>
span { border-color: #FBE942; }
span { border-color: rgb(251,233,66); }
td.TdClassName
{
border-color: #FBE942;
}
.TagClassName
{
border-color: #FBE942;
}
</style>