Shades of Gorse #F8DC37
Tints of Gorse #F8DC37
RGB
CMYK
RGB Variations
Color information
#F8DC37 (or 0xF8DC37) is known color: Gorse. HEX triplet: F8, DC and 37. RGB value is (248,220,55). Sum of RGB (Red+Green+Blue) = 248+220+55=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 55 (21.88% from 255 or 10.52% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DC37 is #0723C8. Grayscale: #D2D2D2. Windows color (decimal): -467913 or 3661048. OLE color: 3661048.
HSL color Cylindrical-coordinate representation of color #F8DC37: hue angle of 51.3º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8DC37 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 55 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.03 |
| HSL | 51.3º | 0.93% | 0.59% | - |
| HSV(B) | 51.3º | 0.78% | 0.97% | - |
| XYZ | 64.99 | 71.42 | 13.97 | - |
| YUV | 209.56 | 40.78 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 55 | 0 | 0.11 | 0.78 | 0.03 | 51.3 | 0.93 | 0.59 |
| Hex | F8 | DC | 37 | 0 | B | 4E | 3 | 33 | 5D | 3B |
| Octal | 370 | 334 | 67 | 0 | 13 | 116 | 3 | 63 | 135 | 73 |
| Binary | 11111000 | 11011100 | 110111 | 0 | 1011 | 1001110 | 11 | 110011 | 1011101 | 111011 |
Color Harmonies of #F8DC37
Complementary color
Monochromatic Colors of #F8DC37
Black with #F8DC37
Text Example
Text Example
White with #F8DC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC37; }
p { color: rgb(248,220,55); }
H1.HeaderClassName
{
color: #F8DC37;
}
.AnyTagClassName
{
color: #F8DC37;
}
</style>
background-color css
<style>
a { background-color: #F8DC37; }
a { background-color: rgb(248,220,55); }
div.DivClassName
{
background-color: #F8DC37;
}
.BgClassName
{
background-color: #F8DC37;
}
</style>
border-color css
<style>
span { border-color: #F8DC37; }
span { border-color: rgb(248,220,55); }
td.TdClassName
{
border-color: #F8DC37;
}
.TagClassName
{
border-color: #F8DC37;
}
</style>