Shades of Gorse #FBF136
Tints of Gorse #FBF136
RGB
CMYK
RGB Variations
Color information
#FBF136 (or 0xFBF136) is known color: Gorse. HEX triplet: FB, F1 and 36. RGB value is (251,241,54). Sum of RGB (Red+Green+Blue) = 251+241+54=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 54 (21.48% from 255 or 9.89% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF136 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF136 is #040EC9. Grayscale: #DFDFDF. Windows color (decimal): -265930 or 3600891. OLE color: 3600891.
HSL color Cylindrical-coordinate representation of color #FBF136: hue angle of 56.95º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FBF136 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 54 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.02 |
| HSL | 56.95º | 0.96% | 0.6% | - |
| HSV(B) | 56.95º | 0.78% | 0.98% | - |
| XYZ | 71.9 | 83.69 | 15.85 | - |
| YUV | 222.67 | 32.81 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 54 | 0 | 0.04 | 0.78 | 0.02 | 56.95 | 0.96 | 0.6 |
| Hex | FB | F1 | 36 | 0 | 4 | 4E | 2 | 39 | 60 | 3C |
| Octal | 373 | 361 | 66 | 0 | 4 | 116 | 2 | 71 | 140 | 74 |
| Binary | 11111011 | 11110001 | 110110 | 0 | 100 | 1001110 | 10 | 111001 | 1100000 | 111100 |
Color Harmonies of #FBF136
Complementary color
Monochromatic Colors of #FBF136
Black with #FBF136
Text Example
Text Example
White with #FBF136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF136; }
p { color: rgb(251,241,54); }
H1.HeaderClassName
{
color: #FBF136;
}
.AnyTagClassName
{
color: #FBF136;
}
</style>
background-color css
<style>
a { background-color: #FBF136; }
a { background-color: rgb(251,241,54); }
div.DivClassName
{
background-color: #FBF136;
}
.BgClassName
{
background-color: #FBF136;
}
</style>
border-color css
<style>
span { border-color: #FBF136; }
span { border-color: rgb(251,241,54); }
td.TdClassName
{
border-color: #FBF136;
}
.TagClassName
{
border-color: #FBF136;
}
</style>