Shades of Gorse #FFF02E
Tints of Gorse #FFF02E
RGB
CMYK
RGB Variations
Color information
#FFF02E (or 0xFFF02E) is known color: Gorse. HEX triplet: FF, F0 and 2E. RGB value is (255,240,46). Sum of RGB (Red+Green+Blue) = 255+240+46=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 46 (18.36% from 255 or 8.50% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF02E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF02E is #000FD1. Grayscale: #DFDFDF. Windows color (decimal): -4050 or 3076351. OLE color: 3076351.
HSL color Cylindrical-coordinate representation of color #FFF02E: hue angle of 55.69º 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 #FFF02E is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 46 | - |
| CMYK | 0 | 0.06 | 0.82 | 0 |
| HSL | 55.69º | 1% | 0.59% | - |
| HSV(B) | 55.69º | 0.82% | 1% | - |
| XYZ | 72.89 | 83.78 | 14.91 | - |
| YUV | 222.37 | 28.47 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 46 | 0 | 0.06 | 0.82 | 0 | 55.69 | 1 | 0.59 |
| Hex | FF | F0 | 2E | 0 | 6 | 52 | 0 | 38 | 64 | 3B |
| Octal | 377 | 360 | 56 | 0 | 6 | 122 | 0 | 70 | 144 | 73 |
| Binary | 11111111 | 11110000 | 101110 | 0 | 110 | 1010010 | 0 | 111000 | 1100100 | 111011 |
Color Harmonies of #FFF02E
Complementary color
Monochromatic Colors of #FFF02E
Black with #FFF02E
Text Example
Text Example
White with #FFF02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF02E; }
p { color: rgb(255,240,46); }
H1.HeaderClassName
{
color: #FFF02E;
}
.AnyTagClassName
{
color: #FFF02E;
}
</style>
background-color css
<style>
a { background-color: #FFF02E; }
a { background-color: rgb(255,240,46); }
div.DivClassName
{
background-color: #FFF02E;
}
.BgClassName
{
background-color: #FFF02E;
}
</style>
border-color css
<style>
span { border-color: #FFF02E; }
span { border-color: rgb(255,240,46); }
td.TdClassName
{
border-color: #FFF02E;
}
.TagClassName
{
border-color: #FFF02E;
}
</style>