Shades of Gorse #F8D73C
Tints of Gorse #F8D73C
RGB
CMYK
RGB Variations
Color information
#F8D73C (or 0xF8D73C) is known color: Gorse. HEX triplet: F8, D7 and 3C. RGB value is (248,215,60). Sum of RGB (Red+Green+Blue) = 248+215+60=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 60 (23.83% from 255 or 11.47% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D73C is #0728C3. Grayscale: #CFCFCF. Windows color (decimal): -469188 or 3987448. OLE color: 3987448.
HSL color Cylindrical-coordinate representation of color #F8D73C: hue angle of 49.47º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8D73C is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 60 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.03 |
| HSL | 49.47º | 0.93% | 0.6% | - |
| HSV(B) | 49.47º | 0.76% | 0.97% | - |
| XYZ | 63.83 | 68.88 | 14.21 | - |
| YUV | 207.2 | 44.93 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 60 | 0 | 0.13 | 0.76 | 0.03 | 49.47 | 0.93 | 0.6 |
| Hex | F8 | D7 | 3C | 0 | D | 4C | 3 | 31 | 5D | 3C |
| Octal | 370 | 327 | 74 | 0 | 15 | 114 | 3 | 61 | 135 | 74 |
| Binary | 11111000 | 11010111 | 111100 | 0 | 1101 | 1001100 | 11 | 110001 | 1011101 | 111100 |
Color Harmonies of #F8D73C
Complementary color
Monochromatic Colors of #F8D73C
Black with #F8D73C
Text Example
Text Example
White with #F8D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D73C; }
p { color: rgb(248,215,60); }
H1.HeaderClassName
{
color: #F8D73C;
}
.AnyTagClassName
{
color: #F8D73C;
}
</style>
background-color css
<style>
a { background-color: #F8D73C; }
a { background-color: rgb(248,215,60); }
div.DivClassName
{
background-color: #F8D73C;
}
.BgClassName
{
background-color: #F8D73C;
}
</style>
border-color css
<style>
span { border-color: #F8D73C; }
span { border-color: rgb(248,215,60); }
td.TdClassName
{
border-color: #F8D73C;
}
.TagClassName
{
border-color: #F8D73C;
}
</style>