Shades of Gorse #FBE242
Tints of Gorse #FBE242
RGB
CMYK
RGB Variations
Color information
#FBE242 (or 0xFBE242) is known color: Gorse. HEX triplet: FB, E2 and 42. RGB value is (251,226,66). Sum of RGB (Red+Green+Blue) = 251+226+66=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 66 (26.17% from 255 or 12.15% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE242 is #041DBD. Grayscale: #D7D7D7. Windows color (decimal): -269758 or 4383483. OLE color: 4383483.
HSL color Cylindrical-coordinate representation of color #FBE242: hue angle of 51.89º 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 #FBE242 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 66 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.02 |
| HSL | 51.89º | 0.96% | 0.62% | - |
| HSV(B) | 51.89º | 0.74% | 0.98% | - |
| XYZ | 67.96 | 75.3 | 16.11 | - |
| YUV | 215.24 | 43.78 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 66 | 0 | 0.10 | 0.74 | 0.02 | 51.89 | 0.96 | 0.62 |
| Hex | FB | E2 | 42 | 0 | A | 4A | 2 | 34 | 60 | 3E |
| Octal | 373 | 342 | 102 | 0 | 12 | 112 | 2 | 64 | 140 | 76 |
| Binary | 11111011 | 11100010 | 1000010 | 0 | 1010 | 1001010 | 10 | 110100 | 1100000 | 111110 |
Color Harmonies of #FBE242
Complementary color
Monochromatic Colors of #FBE242
Black with #FBE242
Text Example
Text Example
White with #FBE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE242; }
p { color: rgb(251,226,66); }
H1.HeaderClassName
{
color: #FBE242;
}
.AnyTagClassName
{
color: #FBE242;
}
</style>
background-color css
<style>
a { background-color: #FBE242; }
a { background-color: rgb(251,226,66); }
div.DivClassName
{
background-color: #FBE242;
}
.BgClassName
{
background-color: #FBE242;
}
</style>
border-color css
<style>
span { border-color: #FBE242; }
span { border-color: rgb(251,226,66); }
td.TdClassName
{
border-color: #FBE242;
}
.TagClassName
{
border-color: #FBE242;
}
</style>