Shades of Gorse #FFFF3A
Tints of Gorse #FFFF3A
RGB
CMYK
RGB Variations
Color information
#FFFF3A (or 0xFFFF3A) is known color: Gorse. HEX triplet: FF, FF and 3A. RGB value is (255,255,58). Sum of RGB (Red+Green+Blue) = 255+255+58=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 58 (23.05% from 255 or 10.21% from 568); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF3A is #0000C5. Grayscale: #E9E9E9. Windows color (decimal): -198 or 3866623. OLE color: 3866623.
HSL color Cylindrical-coordinate representation of color #FFFF3A: hue angle of 60º 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 #FFFF3A is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 58 | - |
| CMYK | 0 | 0 | 0.77 | 0 |
| HSL | 60º | 1% | 0.61% | - |
| HSV(B) | 60º | 0.77% | 1% | - |
| XYZ | 77.76 | 93.09 | 17.87 | - |
| YUV | 232.54 | 29.5 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 58 | 0 | 0 | 0.77 | 0 | 60 | 1 | 0.61 |
| Hex | FF | FF | 3A | 0 | 0 | 4D | 0 | 3C | 64 | 3D |
| Octal | 377 | 377 | 72 | 0 | 0 | 115 | 0 | 74 | 144 | 75 |
| Binary | 11111111 | 11111111 | 111010 | 0 | 0 | 1001101 | 0 | 111100 | 1100100 | 111101 |
Color Harmonies of #FFFF3A
Complementary color
Monochromatic Colors of #FFFF3A
Black with #FFFF3A
Text Example
Text Example
White with #FFFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF3A; }
p { color: rgb(255,255,58); }
H1.HeaderClassName
{
color: #FFFF3A;
}
.AnyTagClassName
{
color: #FFFF3A;
}
</style>
background-color css
<style>
a { background-color: #FFFF3A; }
a { background-color: rgb(255,255,58); }
div.DivClassName
{
background-color: #FFFF3A;
}
.BgClassName
{
background-color: #FFFF3A;
}
</style>
border-color css
<style>
span { border-color: #FFFF3A; }
span { border-color: rgb(255,255,58); }
td.TdClassName
{
border-color: #FFFF3A;
}
.TagClassName
{
border-color: #FFFF3A;
}
</style>