Shades of Gorse #FFF036
Tints of Gorse #FFF036
RGB
CMYK
RGB Variations
Color information
#FFF036 (or 0xFFF036) is known color: Gorse. HEX triplet: FF, F0 and 36. RGB value is (255,240,54). Sum of RGB (Red+Green+Blue) = 255+240+54=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 54 (21.48% from 255 or 9.84% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF036 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF036 is #000FC9. Grayscale: #E0E0E0. Windows color (decimal): -4042 or 3600639. OLE color: 3600639.
HSL color Cylindrical-coordinate representation of color #FFF036: hue angle of 55.52º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFF036 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 54 | - |
| CMYK | 0 | 0.06 | 0.79 | 0 |
| HSL | 55.52º | 1% | 0.61% | - |
| HSV(B) | 55.52º | 0.79% | 1% | - |
| XYZ | 73.07 | 83.85 | 15.82 | - |
| YUV | 223.28 | 32.47 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 54 | 0 | 0.06 | 0.79 | 0 | 55.52 | 1 | 0.61 |
| Hex | FF | F0 | 36 | 0 | 6 | 4F | 0 | 38 | 64 | 3D |
| Octal | 377 | 360 | 66 | 0 | 6 | 117 | 0 | 70 | 144 | 75 |
| Binary | 11111111 | 11110000 | 110110 | 0 | 110 | 1001111 | 0 | 111000 | 1100100 | 111101 |
Color Harmonies of #FFF036
Complementary color
Monochromatic Colors of #FFF036
Black with #FFF036
Text Example
Text Example
White with #FFF036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF036; }
p { color: rgb(255,240,54); }
H1.HeaderClassName
{
color: #FFF036;
}
.AnyTagClassName
{
color: #FFF036;
}
</style>
background-color css
<style>
a { background-color: #FFF036; }
a { background-color: rgb(255,240,54); }
div.DivClassName
{
background-color: #FFF036;
}
.BgClassName
{
background-color: #FFF036;
}
</style>
border-color css
<style>
span { border-color: #FFF036; }
span { border-color: rgb(255,240,54); }
td.TdClassName
{
border-color: #FFF036;
}
.TagClassName
{
border-color: #FFF036;
}
</style>