Shades of Gorse #FFF932
Tints of Gorse #FFF932
RGB
CMYK
RGB Variations
Color information
#FFF932 (or 0xFFF932) is known color: Gorse. HEX triplet: FF, F9 and 32. RGB value is (255,249,50). Sum of RGB (Red+Green+Blue) = 255+249+50=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 50 (19.92% from 255 or 9.03% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF932 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF932 is #0006CD. Grayscale: #E4E4E4. Windows color (decimal): -1742 or 3340799. OLE color: 3340799.
HSL color Cylindrical-coordinate representation of color #FFF932: hue angle of 58.24º 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 #FFF932 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 50 | - |
| CMYK | 0 | 0.02 | 0.80 | 0 |
| HSL | 58.24º | 1% | 0.6% | - |
| HSV(B) | 58.24º | 0.8% | 1% | - |
| XYZ | 75.69 | 89.24 | 16.25 | - |
| YUV | 228.11 | 27.49 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 50 | 0 | 0.02 | 0.80 | 0 | 58.24 | 1 | 0.6 |
| Hex | FF | F9 | 32 | 0 | 2 | 50 | 0 | 3A | 64 | 3C |
| Octal | 377 | 371 | 62 | 0 | 2 | 120 | 0 | 72 | 144 | 74 |
| Binary | 11111111 | 11111001 | 110010 | 0 | 10 | 1010000 | 0 | 111010 | 1100100 | 111100 |
Color Harmonies of #FFF932
Complementary color
Monochromatic Colors of #FFF932
Black with #FFF932
Text Example
Text Example
White with #FFF932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF932; }
p { color: rgb(255,249,50); }
H1.HeaderClassName
{
color: #FFF932;
}
.AnyTagClassName
{
color: #FFF932;
}
</style>
background-color css
<style>
a { background-color: #FFF932; }
a { background-color: rgb(255,249,50); }
div.DivClassName
{
background-color: #FFF932;
}
.BgClassName
{
background-color: #FFF932;
}
</style>
border-color css
<style>
span { border-color: #FFF932; }
span { border-color: rgb(255,249,50); }
td.TdClassName
{
border-color: #FFF932;
}
.TagClassName
{
border-color: #FFF932;
}
</style>