Shades of Gorse #FBE23C
Tints of Gorse #FBE23C
RGB
CMYK
RGB Variations
Color information
#FBE23C (or 0xFBE23C) is known color: Gorse. HEX triplet: FB, E2 and 3C. RGB value is (251,226,60). Sum of RGB (Red+Green+Blue) = 251+226+60=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 60 (23.83% from 255 or 11.17% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE23C is #041DC3. Grayscale: #D7D7D7. Windows color (decimal): -269764 or 3990267. OLE color: 3990267.
HSL color Cylindrical-coordinate representation of color #FBE23C: hue angle of 52.15º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBE23C is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 60 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.02 |
| HSL | 52.15º | 0.96% | 0.61% | - |
| HSV(B) | 52.15º | 0.76% | 0.98% | - |
| XYZ | 67.8 | 75.23 | 15.22 | - |
| YUV | 214.55 | 40.78 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 60 | 0 | 0.10 | 0.76 | 0.02 | 52.15 | 0.96 | 0.61 |
| Hex | FB | E2 | 3C | 0 | A | 4C | 2 | 34 | 60 | 3D |
| Octal | 373 | 342 | 74 | 0 | 12 | 114 | 2 | 64 | 140 | 75 |
| Binary | 11111011 | 11100010 | 111100 | 0 | 1010 | 1001100 | 10 | 110100 | 1100000 | 111101 |
Color Harmonies of #FBE23C
Complementary color
Monochromatic Colors of #FBE23C
Black with #FBE23C
Text Example
Text Example
White with #FBE23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE23C; }
p { color: rgb(251,226,60); }
H1.HeaderClassName
{
color: #FBE23C;
}
.AnyTagClassName
{
color: #FBE23C;
}
</style>
background-color css
<style>
a { background-color: #FBE23C; }
a { background-color: rgb(251,226,60); }
div.DivClassName
{
background-color: #FBE23C;
}
.BgClassName
{
background-color: #FBE23C;
}
</style>
border-color css
<style>
span { border-color: #FBE23C; }
span { border-color: rgb(251,226,60); }
td.TdClassName
{
border-color: #FBE23C;
}
.TagClassName
{
border-color: #FBE23C;
}
</style>