Shades of Gorse #FFFA3A
Tints of Gorse #FFFA3A
RGB
CMYK
RGB Variations
Color information
#FFFA3A (or 0xFFFA3A) is known color: Gorse. HEX triplet: FF, FA and 3A. RGB value is (255,250,58). Sum of RGB (Red+Green+Blue) = 255+250+58=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 58 (23.05% from 255 or 10.30% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA3A is #0005C5. Grayscale: #E6E6E6. Windows color (decimal): -1478 or 3865343. OLE color: 3865343.
HSL color Cylindrical-coordinate representation of color #FFFA3A: hue angle of 58.48º 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 #FFFA3A is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 58 | - |
| CMYK | 0 | 0.02 | 0.77 | 0 |
| HSL | 58.48º | 1% | 0.61% | - |
| HSV(B) | 58.48º | 0.77% | 1% | - |
| XYZ | 76.19 | 89.94 | 17.35 | - |
| YUV | 229.61 | 31.16 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 58 | 0 | 0.02 | 0.77 | 0 | 58.48 | 1 | 0.61 |
| Hex | FF | FA | 3A | 0 | 2 | 4D | 0 | 3A | 64 | 3D |
| Octal | 377 | 372 | 72 | 0 | 2 | 115 | 0 | 72 | 144 | 75 |
| Binary | 11111111 | 11111010 | 111010 | 0 | 10 | 1001101 | 0 | 111010 | 1100100 | 111101 |
Color Harmonies of #FFFA3A
Complementary color
Monochromatic Colors of #FFFA3A
Black with #FFFA3A
Text Example
Text Example
White with #FFFA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA3A; }
p { color: rgb(255,250,58); }
H1.HeaderClassName
{
color: #FFFA3A;
}
.AnyTagClassName
{
color: #FFFA3A;
}
</style>
background-color css
<style>
a { background-color: #FFFA3A; }
a { background-color: rgb(255,250,58); }
div.DivClassName
{
background-color: #FFFA3A;
}
.BgClassName
{
background-color: #FFFA3A;
}
</style>
border-color css
<style>
span { border-color: #FFFA3A; }
span { border-color: rgb(255,250,58); }
td.TdClassName
{
border-color: #FFFA3A;
}
.TagClassName
{
border-color: #FFFA3A;
}
</style>