Shades of Gorse #FFF02D
Tints of Gorse #FFF02D
RGB
CMYK
RGB Variations
Color information
#FFF02D (or 0xFFF02D) is known color: Gorse. HEX triplet: FF, F0 and 2D. RGB value is (255,240,45). Sum of RGB (Red+Green+Blue) = 255+240+45=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 45 (17.97% from 255 or 8.33% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF02D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF02D is #000FD2. Grayscale: #DFDFDF. Windows color (decimal): -4051 or 3010815. OLE color: 3010815.
HSL color Cylindrical-coordinate representation of color #FFF02D: hue angle of 55.71º 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 #FFF02D is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 45 | - |
| CMYK | 0 | 0.06 | 0.82 | 0 |
| HSL | 55.71º | 1% | 0.59% | - |
| HSV(B) | 55.71º | 0.82% | 1% | - |
| XYZ | 72.87 | 83.77 | 14.81 | - |
| YUV | 222.26 | 27.97 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 45 | 0 | 0.06 | 0.82 | 0 | 55.71 | 1 | 0.59 |
| Hex | FF | F0 | 2D | 0 | 6 | 52 | 0 | 38 | 64 | 3B |
| Octal | 377 | 360 | 55 | 0 | 6 | 122 | 0 | 70 | 144 | 73 |
| Binary | 11111111 | 11110000 | 101101 | 0 | 110 | 1010010 | 0 | 111000 | 1100100 | 111011 |
Color Harmonies of #FFF02D
Complementary color
Monochromatic Colors of #FFF02D
Black with #FFF02D
Text Example
Text Example
White with #FFF02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF02D; }
p { color: rgb(255,240,45); }
H1.HeaderClassName
{
color: #FFF02D;
}
.AnyTagClassName
{
color: #FFF02D;
}
</style>
background-color css
<style>
a { background-color: #FFF02D; }
a { background-color: rgb(255,240,45); }
div.DivClassName
{
background-color: #FFF02D;
}
.BgClassName
{
background-color: #FFF02D;
}
</style>
border-color css
<style>
span { border-color: #FFF02D; }
span { border-color: rgb(255,240,45); }
td.TdClassName
{
border-color: #FFF02D;
}
.TagClassName
{
border-color: #FFF02D;
}
</style>