Shades of Gorse #FBEF3C
Tints of Gorse #FBEF3C
RGB
CMYK
RGB Variations
Color information
#FBEF3C (or 0xFBEF3C) is known color: Gorse. HEX triplet: FB, EF and 3C. RGB value is (251,239,60). Sum of RGB (Red+Green+Blue) = 251+239+60=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 60 (23.83% from 255 or 10.91% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEF3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEF3C is #0410C3. Grayscale: #DEDEDE. Windows color (decimal): -266436 or 3993595. OLE color: 3993595.
HSL color Cylindrical-coordinate representation of color #FBEF3C: hue angle of 56.23º 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 #FBEF3C is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 60 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.02 |
| HSL | 56.23º | 0.96% | 0.61% | - |
| HSV(B) | 56.23º | 0.76% | 0.98% | - |
| XYZ | 71.47 | 82.57 | 16.45 | - |
| YUV | 222.18 | 36.48 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 60 | 0 | 0.05 | 0.76 | 0.02 | 56.23 | 0.96 | 0.61 |
| Hex | FB | EF | 3C | 0 | 5 | 4C | 2 | 38 | 60 | 3D |
| Octal | 373 | 357 | 74 | 0 | 5 | 114 | 2 | 70 | 140 | 75 |
| Binary | 11111011 | 11101111 | 111100 | 0 | 101 | 1001100 | 10 | 111000 | 1100000 | 111101 |
Color Harmonies of #FBEF3C
Complementary color
Monochromatic Colors of #FBEF3C
Black with #FBEF3C
Text Example
Text Example
White with #FBEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEF3C; }
p { color: rgb(251,239,60); }
H1.HeaderClassName
{
color: #FBEF3C;
}
.AnyTagClassName
{
color: #FBEF3C;
}
</style>
background-color css
<style>
a { background-color: #FBEF3C; }
a { background-color: rgb(251,239,60); }
div.DivClassName
{
background-color: #FBEF3C;
}
.BgClassName
{
background-color: #FBEF3C;
}
</style>
border-color css
<style>
span { border-color: #FBEF3C; }
span { border-color: rgb(251,239,60); }
td.TdClassName
{
border-color: #FBEF3C;
}
.TagClassName
{
border-color: #FBEF3C;
}
</style>