Shades of Gorse #F8DA3A
Tints of Gorse #F8DA3A
RGB
CMYK
RGB Variations
Color information
#F8DA3A (or 0xF8DA3A) is known color: Gorse. HEX triplet: F8, DA and 3A. RGB value is (248,218,58). Sum of RGB (Red+Green+Blue) = 248+218+58=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 58 (23.05% from 255 or 11.07% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DA3A is #0725C5. Grayscale: #D1D1D1. Windows color (decimal): -468422 or 3857144. OLE color: 3857144.
HSL color Cylindrical-coordinate representation of color #F8DA3A: hue angle of 50.53º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8DA3A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 58 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.03 |
| HSL | 50.53º | 0.93% | 0.6% | - |
| HSV(B) | 50.53º | 0.77% | 0.97% | - |
| XYZ | 64.55 | 70.4 | 14.19 | - |
| YUV | 208.73 | 42.94 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 58 | 0 | 0.12 | 0.77 | 0.03 | 50.53 | 0.93 | 0.6 |
| Hex | F8 | DA | 3A | 0 | C | 4D | 3 | 33 | 5D | 3C |
| Octal | 370 | 332 | 72 | 0 | 14 | 115 | 3 | 63 | 135 | 74 |
| Binary | 11111000 | 11011010 | 111010 | 0 | 1100 | 1001101 | 11 | 110011 | 1011101 | 111100 |
Color Harmonies of #F8DA3A
Complementary color
Monochromatic Colors of #F8DA3A
Black with #F8DA3A
Text Example
Text Example
White with #F8DA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DA3A; }
p { color: rgb(248,218,58); }
H1.HeaderClassName
{
color: #F8DA3A;
}
.AnyTagClassName
{
color: #F8DA3A;
}
</style>
background-color css
<style>
a { background-color: #F8DA3A; }
a { background-color: rgb(248,218,58); }
div.DivClassName
{
background-color: #F8DA3A;
}
.BgClassName
{
background-color: #F8DA3A;
}
</style>
border-color css
<style>
span { border-color: #F8DA3A; }
span { border-color: rgb(248,218,58); }
td.TdClassName
{
border-color: #F8DA3A;
}
.TagClassName
{
border-color: #F8DA3A;
}
</style>