Shades of Gorse #FFFB3C
Tints of Gorse #FFFB3C
RGB
CMYK
RGB Variations
Color information
#FFFB3C (or 0xFFFB3C) is known color: Gorse. HEX triplet: FF, FB and 3C. RGB value is (255,251,60). Sum of RGB (Red+Green+Blue) = 255+251+60=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 60 (23.83% from 255 or 10.60% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFB3C is #0004C3. Grayscale: #E7E7E7. Windows color (decimal): -1220 or 3996671. OLE color: 3996671.
HSL color Cylindrical-coordinate representation of color #FFFB3C: hue angle of 58.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFFB3C is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 60 | - |
| CMYK | 0 | 0.02 | 0.76 | 0 |
| HSL | 58.77º | 1% | 0.62% | - |
| HSV(B) | 58.77º | 0.76% | 1% | - |
| XYZ | 76.55 | 90.58 | 17.72 | - |
| YUV | 230.42 | 31.83 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 60 | 0 | 0.02 | 0.76 | 0 | 58.77 | 1 | 0.62 |
| Hex | FF | FB | 3C | 0 | 2 | 4C | 0 | 3B | 64 | 3E |
| Octal | 377 | 373 | 74 | 0 | 2 | 114 | 0 | 73 | 144 | 76 |
| Binary | 11111111 | 11111011 | 111100 | 0 | 10 | 1001100 | 0 | 111011 | 1100100 | 111110 |
Color Harmonies of #FFFB3C
Complementary color
Monochromatic Colors of #FFFB3C
Black with #FFFB3C
Text Example
Text Example
White with #FFFB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFB3C; }
p { color: rgb(255,251,60); }
H1.HeaderClassName
{
color: #FFFB3C;
}
.AnyTagClassName
{
color: #FFFB3C;
}
</style>
background-color css
<style>
a { background-color: #FFFB3C; }
a { background-color: rgb(255,251,60); }
div.DivClassName
{
background-color: #FFFB3C;
}
.BgClassName
{
background-color: #FFFB3C;
}
</style>
border-color css
<style>
span { border-color: #FFFB3C; }
span { border-color: rgb(255,251,60); }
td.TdClassName
{
border-color: #FFFB3C;
}
.TagClassName
{
border-color: #FFFB3C;
}
</style>