Shades of Gorse #F8F83C
Tints of Gorse #F8F83C
RGB
CMYK
RGB Variations
Color information
#F8F83C (or 0xF8F83C) is known color: Gorse. HEX triplet: F8, F8 and 3C. RGB value is (248,248,60). Sum of RGB (Red+Green+Blue) = 248+248+60=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 60 (23.83% from 255 or 10.79% from 556); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F83C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F83C is #0707C3. Grayscale: #E3E3E3. Windows color (decimal): -460740 or 3995896. OLE color: 3995896.
HSL color Cylindrical-coordinate representation of color #F8F83C: hue angle of 60º 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 #F8F83C is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 60 | - |
| CMYK | 0 | 0 | 0.76 | 0.03 |
| HSL | 60º | 0.93% | 0.6% | - |
| HSV(B) | 60º | 0.76% | 0.97% | - |
| XYZ | 73.09 | 87.42 | 17.3 | - |
| YUV | 226.57 | 34 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 60 | 0 | 0 | 0.76 | 0.03 | 60 | 0.93 | 0.6 |
| Hex | F8 | F8 | 3C | 0 | 0 | 4C | 3 | 3C | 5D | 3C |
| Octal | 370 | 370 | 74 | 0 | 0 | 114 | 3 | 74 | 135 | 74 |
| Binary | 11111000 | 11111000 | 111100 | 0 | 0 | 1001100 | 11 | 111100 | 1011101 | 111100 |
Color Harmonies of #F8F83C
Complementary color
Monochromatic Colors of #F8F83C
Black with #F8F83C
Text Example
Text Example
White with #F8F83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F83C; }
p { color: rgb(248,248,60); }
H1.HeaderClassName
{
color: #F8F83C;
}
.AnyTagClassName
{
color: #F8F83C;
}
</style>
background-color css
<style>
a { background-color: #F8F83C; }
a { background-color: rgb(248,248,60); }
div.DivClassName
{
background-color: #F8F83C;
}
.BgClassName
{
background-color: #F8F83C;
}
</style>
border-color css
<style>
span { border-color: #F8F83C; }
span { border-color: rgb(248,248,60); }
td.TdClassName
{
border-color: #F8F83C;
}
.TagClassName
{
border-color: #F8F83C;
}
</style>