Shades of Gorse #F8D83B
Tints of Gorse #F8D83B
RGB
CMYK
RGB Variations
Color information
#F8D83B (or 0xF8D83B) is known color: Gorse. HEX triplet: F8, D8 and 3B. RGB value is (248,216,59). Sum of RGB (Red+Green+Blue) = 248+216+59=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 59 (23.44% from 255 or 11.28% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D83B is #0727C4. Grayscale: #D0D0D0. Windows color (decimal): -468933 or 3922168. OLE color: 3922168.
HSL color Cylindrical-coordinate representation of color #F8D83B: hue angle of 49.84º 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 #F8D83B is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 59 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.03 |
| HSL | 49.84º | 0.93% | 0.6% | - |
| HSV(B) | 49.84º | 0.76% | 0.97% | - |
| XYZ | 64.06 | 69.38 | 14.15 | - |
| YUV | 207.67 | 44.1 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 59 | 0 | 0.13 | 0.76 | 0.03 | 49.84 | 0.93 | 0.6 |
| Hex | F8 | D8 | 3B | 0 | D | 4C | 3 | 32 | 5D | 3C |
| Octal | 370 | 330 | 73 | 0 | 15 | 114 | 3 | 62 | 135 | 74 |
| Binary | 11111000 | 11011000 | 111011 | 0 | 1101 | 1001100 | 11 | 110010 | 1011101 | 111100 |
Color Harmonies of #F8D83B
Complementary color
Monochromatic Colors of #F8D83B
Black with #F8D83B
Text Example
Text Example
White with #F8D83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D83B; }
p { color: rgb(248,216,59); }
H1.HeaderClassName
{
color: #F8D83B;
}
.AnyTagClassName
{
color: #F8D83B;
}
</style>
background-color css
<style>
a { background-color: #F8D83B; }
a { background-color: rgb(248,216,59); }
div.DivClassName
{
background-color: #F8D83B;
}
.BgClassName
{
background-color: #F8D83B;
}
</style>
border-color css
<style>
span { border-color: #F8D83B; }
span { border-color: rgb(248,216,59); }
td.TdClassName
{
border-color: #F8D83B;
}
.TagClassName
{
border-color: #F8D83B;
}
</style>