Shades of Gorse #FFF028
Tints of Gorse #FFF028
RGB
CMYK
RGB Variations
Color information
#FFF028 (or 0xFFF028) is known color: Gorse. HEX triplet: FF, F0 and 28. RGB value is (255,240,40). Sum of RGB (Red+Green+Blue) = 255+240+40=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 40 (16.02% from 255 or 7.48% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF028 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF028 is #000FD7. Grayscale: #DEDEDE. Windows color (decimal): -4056 or 2683135. OLE color: 2683135.
HSL color Cylindrical-coordinate representation of color #FFF028: hue angle of 55.81º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFF028 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 40 | - |
| CMYK | 0 | 0.06 | 0.84 | 0 |
| HSL | 55.81º | 1% | 0.58% | - |
| HSV(B) | 55.81º | 0.84% | 1% | - |
| XYZ | 72.78 | 83.73 | 14.33 | - |
| YUV | 221.69 | 25.47 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 40 | 0 | 0.06 | 0.84 | 0 | 55.81 | 1 | 0.58 |
| Hex | FF | F0 | 28 | 0 | 6 | 54 | 0 | 38 | 64 | 3A |
| Octal | 377 | 360 | 50 | 0 | 6 | 124 | 0 | 70 | 144 | 72 |
| Binary | 11111111 | 11110000 | 101000 | 0 | 110 | 1010100 | 0 | 111000 | 1100100 | 111010 |
Color Harmonies of #FFF028
Complementary color
Monochromatic Colors of #FFF028
Black with #FFF028
Text Example
Text Example
White with #FFF028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF028; }
p { color: rgb(255,240,40); }
H1.HeaderClassName
{
color: #FFF028;
}
.AnyTagClassName
{
color: #FFF028;
}
</style>
background-color css
<style>
a { background-color: #FFF028; }
a { background-color: rgb(255,240,40); }
div.DivClassName
{
background-color: #FFF028;
}
.BgClassName
{
background-color: #FFF028;
}
</style>
border-color css
<style>
span { border-color: #FFF028; }
span { border-color: rgb(255,240,40); }
td.TdClassName
{
border-color: #FFF028;
}
.TagClassName
{
border-color: #FFF028;
}
</style>