Shades of Gorse #FFFB30
Tints of Gorse #FFFB30
RGB
CMYK
RGB Variations
Color information
#FFFB30 (or 0xFFFB30) is known color: Gorse. HEX triplet: FF, FB and 30. RGB value is (255,251,48). Sum of RGB (Red+Green+Blue) = 255+251+48=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 48 (19.14% from 255 or 8.66% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFB30 is #0004CF. Grayscale: #E5E5E5. Windows color (decimal): -1232 or 3210239. OLE color: 3210239.
HSL color Cylindrical-coordinate representation of color #FFFB30: hue angle of 58.84º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFFB30 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 48 | - |
| CMYK | 0 | 0.02 | 0.81 | 0 |
| HSL | 58.84º | 1% | 0.59% | - |
| HSV(B) | 58.84º | 0.81% | 1% | - |
| XYZ | 76.27 | 90.47 | 16.24 | - |
| YUV | 229.05 | 25.83 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 48 | 0 | 0.02 | 0.81 | 0 | 58.84 | 1 | 0.59 |
| Hex | FF | FB | 30 | 0 | 2 | 51 | 0 | 3B | 64 | 3B |
| Octal | 377 | 373 | 60 | 0 | 2 | 121 | 0 | 73 | 144 | 73 |
| Binary | 11111111 | 11111011 | 110000 | 0 | 10 | 1010001 | 0 | 111011 | 1100100 | 111011 |
Color Harmonies of #FFFB30
Complementary color
Monochromatic Colors of #FFFB30
Black with #FFFB30
Text Example
Text Example
White with #FFFB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFB30; }
p { color: rgb(255,251,48); }
H1.HeaderClassName
{
color: #FFFB30;
}
.AnyTagClassName
{
color: #FFFB30;
}
</style>
background-color css
<style>
a { background-color: #FFFB30; }
a { background-color: rgb(255,251,48); }
div.DivClassName
{
background-color: #FFFB30;
}
.BgClassName
{
background-color: #FFFB30;
}
</style>
border-color css
<style>
span { border-color: #FFFB30; }
span { border-color: rgb(255,251,48); }
td.TdClassName
{
border-color: #FFFB30;
}
.TagClassName
{
border-color: #FFFB30;
}
</style>