Shades of Gorse #F8F536
Tints of Gorse #F8F536
RGB
CMYK
RGB Variations
Color information
#F8F536 (or 0xF8F536) is known color: Gorse. HEX triplet: F8, F5 and 36. RGB value is (248,245,54). Sum of RGB (Red+Green+Blue) = 248+245+54=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 54 (21.48% from 255 or 9.87% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F536 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F536 is #070AC9. Grayscale: #E0E0E0. Windows color (decimal): -461514 or 3601912. OLE color: 3601912.
HSL color Cylindrical-coordinate representation of color #F8F536: hue angle of 59.07º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8F536 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 54 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.03 |
| HSL | 59.07º | 0.93% | 0.59% | - |
| HSV(B) | 59.07º | 0.78% | 0.97% | - |
| XYZ | 72.03 | 85.53 | 16.2 | - |
| YUV | 224.12 | 31.99 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 54 | 0 | 0.01 | 0.78 | 0.03 | 59.07 | 0.93 | 0.59 |
| Hex | F8 | F5 | 36 | 0 | 1 | 4E | 3 | 3B | 5D | 3B |
| Octal | 370 | 365 | 66 | 0 | 1 | 116 | 3 | 73 | 135 | 73 |
| Binary | 11111000 | 11110101 | 110110 | 0 | 1 | 1001110 | 11 | 111011 | 1011101 | 111011 |
Color Harmonies of #F8F536
Complementary color
Monochromatic Colors of #F8F536
Black with #F8F536
Text Example
Text Example
White with #F8F536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F536; }
p { color: rgb(248,245,54); }
H1.HeaderClassName
{
color: #F8F536;
}
.AnyTagClassName
{
color: #F8F536;
}
</style>
background-color css
<style>
a { background-color: #F8F536; }
a { background-color: rgb(248,245,54); }
div.DivClassName
{
background-color: #F8F536;
}
.BgClassName
{
background-color: #F8F536;
}
</style>
border-color css
<style>
span { border-color: #F8F536; }
span { border-color: rgb(248,245,54); }
td.TdClassName
{
border-color: #F8F536;
}
.TagClassName
{
border-color: #F8F536;
}
</style>