Shades of Gorse #FFF032
Tints of Gorse #FFF032
RGB
CMYK
RGB Variations
Color information
#FFF032 (or 0xFFF032) is known color: Gorse. HEX triplet: FF, F0 and 32. RGB value is (255,240,50). Sum of RGB (Red+Green+Blue) = 255+240+50=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 50 (19.92% from 255 or 9.17% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF032 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF032 is #000FCD. Grayscale: #DFDFDF. Windows color (decimal): -4046 or 3338495. OLE color: 3338495.
HSL color Cylindrical-coordinate representation of color #FFF032: hue angle of 55.61º 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 #FFF032 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 50 | - |
| CMYK | 0 | 0.06 | 0.80 | 0 |
| HSL | 55.61º | 1% | 0.6% | - |
| HSV(B) | 55.61º | 0.8% | 1% | - |
| XYZ | 72.98 | 83.81 | 15.35 | - |
| YUV | 222.83 | 30.47 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 50 | 0 | 0.06 | 0.80 | 0 | 55.61 | 1 | 0.6 |
| Hex | FF | F0 | 32 | 0 | 6 | 50 | 0 | 38 | 64 | 3C |
| Octal | 377 | 360 | 62 | 0 | 6 | 120 | 0 | 70 | 144 | 74 |
| Binary | 11111111 | 11110000 | 110010 | 0 | 110 | 1010000 | 0 | 111000 | 1100100 | 111100 |
Color Harmonies of #FFF032
Complementary color
Monochromatic Colors of #FFF032
Black with #FFF032
Text Example
Text Example
White with #FFF032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF032; }
p { color: rgb(255,240,50); }
H1.HeaderClassName
{
color: #FFF032;
}
.AnyTagClassName
{
color: #FFF032;
}
</style>
background-color css
<style>
a { background-color: #FFF032; }
a { background-color: rgb(255,240,50); }
div.DivClassName
{
background-color: #FFF032;
}
.BgClassName
{
background-color: #FFF032;
}
</style>
border-color css
<style>
span { border-color: #FFF032; }
span { border-color: rgb(255,240,50); }
td.TdClassName
{
border-color: #FFF032;
}
.TagClassName
{
border-color: #FFF032;
}
</style>