Shades of Gorse #F8DC31
Tints of Gorse #F8DC31
RGB
CMYK
RGB Variations
Color information
#F8DC31 (or 0xF8DC31) is known color: Gorse. HEX triplet: F8, DC and 31. RGB value is (248,220,49). Sum of RGB (Red+Green+Blue) = 248+220+49=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 49 (19.53% from 255 or 9.48% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DC31 is #0723CE. Grayscale: #D1D1D1. Windows color (decimal): -467919 or 3267832. OLE color: 3267832.
HSL color Cylindrical-coordinate representation of color #F8DC31: hue angle of 51.56º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8DC31 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 49 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.03 |
| HSL | 51.56º | 0.93% | 0.58% | - |
| HSV(B) | 51.56º | 0.8% | 0.97% | - |
| XYZ | 64.86 | 71.36 | 13.26 | - |
| YUV | 208.88 | 37.78 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 49 | 0 | 0.11 | 0.80 | 0.03 | 51.56 | 0.93 | 0.58 |
| Hex | F8 | DC | 31 | 0 | B | 50 | 3 | 34 | 5D | 3A |
| Octal | 370 | 334 | 61 | 0 | 13 | 120 | 3 | 64 | 135 | 72 |
| Binary | 11111000 | 11011100 | 110001 | 0 | 1011 | 1010000 | 11 | 110100 | 1011101 | 111010 |
Color Harmonies of #F8DC31
Complementary color
Monochromatic Colors of #F8DC31
Black with #F8DC31
Text Example
Text Example
White with #F8DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC31; }
p { color: rgb(248,220,49); }
H1.HeaderClassName
{
color: #F8DC31;
}
.AnyTagClassName
{
color: #F8DC31;
}
</style>
background-color css
<style>
a { background-color: #F8DC31; }
a { background-color: rgb(248,220,49); }
div.DivClassName
{
background-color: #F8DC31;
}
.BgClassName
{
background-color: #F8DC31;
}
</style>
border-color css
<style>
span { border-color: #F8DC31; }
span { border-color: rgb(248,220,49); }
td.TdClassName
{
border-color: #F8DC31;
}
.TagClassName
{
border-color: #F8DC31;
}
</style>