Shades of Gorse #FBF830
Tints of Gorse #FBF830
RGB
CMYK
RGB Variations
Color information
#FBF830 (or 0xFBF830) is known color: Gorse. HEX triplet: FB, F8 and 30. RGB value is (251,248,48). Sum of RGB (Red+Green+Blue) = 251+248+48=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 48 (19.14% from 255 or 8.78% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF830 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF830 is #0407CF. Grayscale: #E2E2E2. Windows color (decimal): -264144 or 3209467. OLE color: 3209467.
HSL color Cylindrical-coordinate representation of color #FBF830: hue angle of 59.11º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBF830 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 48 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.02 |
| HSL | 59.11º | 0.96% | 0.59% | - |
| HSV(B) | 59.11º | 0.81% | 0.98% | - |
| XYZ | 73.88 | 87.86 | 15.86 | - |
| YUV | 226.1 | 27.49 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 48 | 0 | 0.01 | 0.81 | 0.02 | 59.11 | 0.96 | 0.59 |
| Hex | FB | F8 | 30 | 0 | 1 | 51 | 2 | 3B | 60 | 3B |
| Octal | 373 | 370 | 60 | 0 | 1 | 121 | 2 | 73 | 140 | 73 |
| Binary | 11111011 | 11111000 | 110000 | 0 | 1 | 1010001 | 10 | 111011 | 1100000 | 111011 |
Color Harmonies of #FBF830
Complementary color
Monochromatic Colors of #FBF830
Black with #FBF830
Text Example
Text Example
White with #FBF830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF830; }
p { color: rgb(251,248,48); }
H1.HeaderClassName
{
color: #FBF830;
}
.AnyTagClassName
{
color: #FBF830;
}
</style>
background-color css
<style>
a { background-color: #FBF830; }
a { background-color: rgb(251,248,48); }
div.DivClassName
{
background-color: #FBF830;
}
.BgClassName
{
background-color: #FBF830;
}
</style>
border-color css
<style>
span { border-color: #FBF830; }
span { border-color: rgb(251,248,48); }
td.TdClassName
{
border-color: #FBF830;
}
.TagClassName
{
border-color: #FBF830;
}
</style>