Shades of Gorse #FFF02F
Tints of Gorse #FFF02F
RGB
CMYK
RGB Variations
Color information
#FFF02F (or 0xFFF02F) is known color: Gorse. HEX triplet: FF, F0 and 2F. RGB value is (255,240,47). Sum of RGB (Red+Green+Blue) = 255+240+47=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 47 (18.75% from 255 or 8.67% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF02F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF02F is #000FD0. Grayscale: #DFDFDF. Windows color (decimal): -4049 or 3141887. OLE color: 3141887.
HSL color Cylindrical-coordinate representation of color #FFF02F: hue angle of 55.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFF02F is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 47 | - |
| CMYK | 0 | 0.06 | 0.82 | 0 |
| HSL | 55.67º | 1% | 0.59% | - |
| HSV(B) | 55.67º | 0.82% | 1% | - |
| XYZ | 72.91 | 83.79 | 15.02 | - |
| YUV | 222.48 | 28.97 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 47 | 0 | 0.06 | 0.82 | 0 | 55.67 | 1 | 0.59 |
| Hex | FF | F0 | 2F | 0 | 6 | 52 | 0 | 38 | 64 | 3B |
| Octal | 377 | 360 | 57 | 0 | 6 | 122 | 0 | 70 | 144 | 73 |
| Binary | 11111111 | 11110000 | 101111 | 0 | 110 | 1010010 | 0 | 111000 | 1100100 | 111011 |
Color Harmonies of #FFF02F
Complementary color
Monochromatic Colors of #FFF02F
Black with #FFF02F
Text Example
Text Example
White with #FFF02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF02F; }
p { color: rgb(255,240,47); }
H1.HeaderClassName
{
color: #FFF02F;
}
.AnyTagClassName
{
color: #FFF02F;
}
</style>
background-color css
<style>
a { background-color: #FFF02F; }
a { background-color: rgb(255,240,47); }
div.DivClassName
{
background-color: #FFF02F;
}
.BgClassName
{
background-color: #FFF02F;
}
</style>
border-color css
<style>
span { border-color: #FFF02F; }
span { border-color: rgb(255,240,47); }
td.TdClassName
{
border-color: #FFF02F;
}
.TagClassName
{
border-color: #FFF02F;
}
</style>