Shades of Gorse #FFF035
Tints of Gorse #FFF035
RGB
CMYK
RGB Variations
Color information
#FFF035 (or 0xFFF035) is known color: Gorse. HEX triplet: FF, F0 and 35. RGB value is (255,240,53). Sum of RGB (Red+Green+Blue) = 255+240+53=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 53 (21.09% from 255 or 9.67% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF035 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF035 is #000FCA. Grayscale: #DFDFDF. Windows color (decimal): -4043 or 3535103. OLE color: 3535103.
HSL color Cylindrical-coordinate representation of color #FFF035: hue angle of 55.54º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFF035 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 53 | - |
| CMYK | 0 | 0.06 | 0.79 | 0 |
| HSL | 55.54º | 1% | 0.6% | - |
| HSV(B) | 55.54º | 0.79% | 1% | - |
| XYZ | 73.04 | 83.84 | 15.7 | - |
| YUV | 223.17 | 31.97 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 53 | 0 | 0.06 | 0.79 | 0 | 55.54 | 1 | 0.6 |
| Hex | FF | F0 | 35 | 0 | 6 | 4F | 0 | 38 | 64 | 3C |
| Octal | 377 | 360 | 65 | 0 | 6 | 117 | 0 | 70 | 144 | 74 |
| Binary | 11111111 | 11110000 | 110101 | 0 | 110 | 1001111 | 0 | 111000 | 1100100 | 111100 |
Color Harmonies of #FFF035
Complementary color
Monochromatic Colors of #FFF035
Black with #FFF035
Text Example
Text Example
White with #FFF035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF035; }
p { color: rgb(255,240,53); }
H1.HeaderClassName
{
color: #FFF035;
}
.AnyTagClassName
{
color: #FFF035;
}
</style>
background-color css
<style>
a { background-color: #FFF035; }
a { background-color: rgb(255,240,53); }
div.DivClassName
{
background-color: #FFF035;
}
.BgClassName
{
background-color: #FFF035;
}
</style>
border-color css
<style>
span { border-color: #FFF035; }
span { border-color: rgb(255,240,53); }
td.TdClassName
{
border-color: #FFF035;
}
.TagClassName
{
border-color: #FFF035;
}
</style>