Shades of Gorse #FFFB3A
Tints of Gorse #FFFB3A
RGB
CMYK
RGB Variations
Color information
#FFFB3A (or 0xFFFB3A) is known color: Gorse. HEX triplet: FF, FB and 3A. RGB value is (255,251,58). Sum of RGB (Red+Green+Blue) = 255+251+58=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 58 (23.05% from 255 or 10.28% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFB3A is #0004C5. Grayscale: #E6E6E6. Windows color (decimal): -1222 or 3865599. OLE color: 3865599.
HSL color Cylindrical-coordinate representation of color #FFFB3A: hue angle of 58.78º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFFB3A is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 58 | - |
| CMYK | 0 | 0.02 | 0.77 | 0 |
| HSL | 58.78º | 1% | 0.61% | - |
| HSV(B) | 58.78º | 0.77% | 1% | - |
| XYZ | 76.5 | 90.56 | 17.45 | - |
| YUV | 230.19 | 30.83 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 58 | 0 | 0.02 | 0.77 | 0 | 58.78 | 1 | 0.61 |
| Hex | FF | FB | 3A | 0 | 2 | 4D | 0 | 3B | 64 | 3D |
| Octal | 377 | 373 | 72 | 0 | 2 | 115 | 0 | 73 | 144 | 75 |
| Binary | 11111111 | 11111011 | 111010 | 0 | 10 | 1001101 | 0 | 111011 | 1100100 | 111101 |
Color Harmonies of #FFFB3A
Complementary color
Monochromatic Colors of #FFFB3A
Black with #FFFB3A
Text Example
Text Example
White with #FFFB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFB3A; }
p { color: rgb(255,251,58); }
H1.HeaderClassName
{
color: #FFFB3A;
}
.AnyTagClassName
{
color: #FFFB3A;
}
</style>
background-color css
<style>
a { background-color: #FFFB3A; }
a { background-color: rgb(255,251,58); }
div.DivClassName
{
background-color: #FFFB3A;
}
.BgClassName
{
background-color: #FFFB3A;
}
</style>
border-color css
<style>
span { border-color: #FFFB3A; }
span { border-color: rgb(255,251,58); }
td.TdClassName
{
border-color: #FFFB3A;
}
.TagClassName
{
border-color: #FFFB3A;
}
</style>