Shades of Gorse #FFF02C
Tints of Gorse #FFF02C
RGB
CMYK
RGB Variations
Color information
#FFF02C (or 0xFFF02C) is known color: Gorse. HEX triplet: FF, F0 and 2C. RGB value is (255,240,44). Sum of RGB (Red+Green+Blue) = 255+240+44=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 44 (17.58% from 255 or 8.16% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF02C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF02C is #000FD3. Grayscale: #DEDEDE. Windows color (decimal): -4052 or 2945279. OLE color: 2945279.
HSL color Cylindrical-coordinate representation of color #FFF02C: hue angle of 55.73º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFF02C is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 44 | - |
| CMYK | 0 | 0.06 | 0.83 | 0 |
| HSL | 55.73º | 1% | 0.59% | - |
| HSV(B) | 55.73º | 0.83% | 1% | - |
| XYZ | 72.85 | 83.76 | 14.71 | - |
| YUV | 222.14 | 27.47 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 44 | 0 | 0.06 | 0.83 | 0 | 55.73 | 1 | 0.59 |
| Hex | FF | F0 | 2C | 0 | 6 | 53 | 0 | 38 | 64 | 3B |
| Octal | 377 | 360 | 54 | 0 | 6 | 123 | 0 | 70 | 144 | 73 |
| Binary | 11111111 | 11110000 | 101100 | 0 | 110 | 1010011 | 0 | 111000 | 1100100 | 111011 |
Color Harmonies of #FFF02C
Complementary color
Monochromatic Colors of #FFF02C
Black with #FFF02C
Text Example
Text Example
White with #FFF02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF02C; }
p { color: rgb(255,240,44); }
H1.HeaderClassName
{
color: #FFF02C;
}
.AnyTagClassName
{
color: #FFF02C;
}
</style>
background-color css
<style>
a { background-color: #FFF02C; }
a { background-color: rgb(255,240,44); }
div.DivClassName
{
background-color: #FFF02C;
}
.BgClassName
{
background-color: #FFF02C;
}
</style>
border-color css
<style>
span { border-color: #FFF02C; }
span { border-color: rgb(255,240,44); }
td.TdClassName
{
border-color: #FFF02C;
}
.TagClassName
{
border-color: #FFF02C;
}
</style>