Shades of Gorse #FFFA32
Tints of Gorse #FFFA32
RGB
CMYK
RGB Variations
Color information
#FFFA32 (or 0xFFFA32) is known color: Gorse. HEX triplet: FF, FA and 32. RGB value is (255,250,50). Sum of RGB (Red+Green+Blue) = 255+250+50=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 50 (19.92% from 255 or 9.01% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA32 is #0005CD. Grayscale: #E5E5E5. Windows color (decimal): -1486 or 3341055. OLE color: 3341055.
HSL color Cylindrical-coordinate representation of color #FFFA32: hue angle of 58.54º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFFA32 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 50 | - |
| CMYK | 0 | 0.02 | 0.80 | 0 |
| HSL | 58.54º | 1% | 0.6% | - |
| HSV(B) | 58.54º | 0.8% | 1% | - |
| XYZ | 76 | 89.86 | 16.36 | - |
| YUV | 228.7 | 27.16 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 50 | 0 | 0.02 | 0.80 | 0 | 58.54 | 1 | 0.6 |
| Hex | FF | FA | 32 | 0 | 2 | 50 | 0 | 3B | 64 | 3C |
| Octal | 377 | 372 | 62 | 0 | 2 | 120 | 0 | 73 | 144 | 74 |
| Binary | 11111111 | 11111010 | 110010 | 0 | 10 | 1010000 | 0 | 111011 | 1100100 | 111100 |
Color Harmonies of #FFFA32
Complementary color
Monochromatic Colors of #FFFA32
Black with #FFFA32
Text Example
Text Example
White with #FFFA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA32; }
p { color: rgb(255,250,50); }
H1.HeaderClassName
{
color: #FFFA32;
}
.AnyTagClassName
{
color: #FFFA32;
}
</style>
background-color css
<style>
a { background-color: #FFFA32; }
a { background-color: rgb(255,250,50); }
div.DivClassName
{
background-color: #FFFA32;
}
.BgClassName
{
background-color: #FFFA32;
}
</style>
border-color css
<style>
span { border-color: #FFFA32; }
span { border-color: rgb(255,250,50); }
td.TdClassName
{
border-color: #FFFA32;
}
.TagClassName
{
border-color: #FFFA32;
}
</style>