Shades of Gorse #FBF538
Tints of Gorse #FBF538
RGB
CMYK
RGB Variations
Color information
#FBF538 (or 0xFBF538) is known color: Gorse. HEX triplet: FB, F5 and 38. RGB value is (251,245,56). Sum of RGB (Red+Green+Blue) = 251+245+56=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 56 (22.27% from 255 or 10.14% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF538 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF538 is #040AC7. Grayscale: #E2E2E2. Windows color (decimal): -264904 or 3732987. OLE color: 3732987.
HSL color Cylindrical-coordinate representation of color #FBF538: hue angle of 58.15º 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 #FBF538 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 56 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.02 |
| HSL | 58.15º | 0.96% | 0.6% | - |
| HSV(B) | 58.15º | 0.78% | 0.98% | - |
| XYZ | 73.15 | 86.1 | 16.5 | - |
| YUV | 225.25 | 32.49 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 56 | 0 | 0.02 | 0.78 | 0.02 | 58.15 | 0.96 | 0.6 |
| Hex | FB | F5 | 38 | 0 | 2 | 4E | 2 | 3A | 60 | 3C |
| Octal | 373 | 365 | 70 | 0 | 2 | 116 | 2 | 72 | 140 | 74 |
| Binary | 11111011 | 11110101 | 111000 | 0 | 10 | 1001110 | 10 | 111010 | 1100000 | 111100 |
Color Harmonies of #FBF538
Complementary color
Monochromatic Colors of #FBF538
Black with #FBF538
Text Example
Text Example
White with #FBF538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF538; }
p { color: rgb(251,245,56); }
H1.HeaderClassName
{
color: #FBF538;
}
.AnyTagClassName
{
color: #FBF538;
}
</style>
background-color css
<style>
a { background-color: #FBF538; }
a { background-color: rgb(251,245,56); }
div.DivClassName
{
background-color: #FBF538;
}
.BgClassName
{
background-color: #FBF538;
}
</style>
border-color css
<style>
span { border-color: #FBF538; }
span { border-color: rgb(251,245,56); }
td.TdClassName
{
border-color: #FBF538;
}
.TagClassName
{
border-color: #FBF538;
}
</style>