Shades of Gorse #F8DF37
Tints of Gorse #F8DF37
RGB
CMYK
RGB Variations
Color information
#F8DF37 (or 0xF8DF37) is known color: Gorse. HEX triplet: F8, DF and 37. RGB value is (248,223,55). Sum of RGB (Red+Green+Blue) = 248+223+55=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 55 (21.88% from 255 or 10.46% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DF37 is #0720C8. Grayscale: #D4D4D4. Windows color (decimal): -467145 or 3661816. OLE color: 3661816.
HSL color Cylindrical-coordinate representation of color #F8DF37: hue angle of 52.23º 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 #F8DF37 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 55 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.03 |
| HSL | 52.23º | 0.93% | 0.59% | - |
| HSV(B) | 52.23º | 0.78% | 0.97% | - |
| XYZ | 65.79 | 73.01 | 14.24 | - |
| YUV | 211.32 | 39.78 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 55 | 0 | 0.10 | 0.78 | 0.03 | 52.23 | 0.93 | 0.59 |
| Hex | F8 | DF | 37 | 0 | A | 4E | 3 | 34 | 5D | 3B |
| Octal | 370 | 337 | 67 | 0 | 12 | 116 | 3 | 64 | 135 | 73 |
| Binary | 11111000 | 11011111 | 110111 | 0 | 1010 | 1001110 | 11 | 110100 | 1011101 | 111011 |
Color Harmonies of #F8DF37
Complementary color
Monochromatic Colors of #F8DF37
Black with #F8DF37
Text Example
Text Example
White with #F8DF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF37; }
p { color: rgb(248,223,55); }
H1.HeaderClassName
{
color: #F8DF37;
}
.AnyTagClassName
{
color: #F8DF37;
}
</style>
background-color css
<style>
a { background-color: #F8DF37; }
a { background-color: rgb(248,223,55); }
div.DivClassName
{
background-color: #F8DF37;
}
.BgClassName
{
background-color: #F8DF37;
}
</style>
border-color css
<style>
span { border-color: #F8DF37; }
span { border-color: rgb(248,223,55); }
td.TdClassName
{
border-color: #F8DF37;
}
.TagClassName
{
border-color: #F8DF37;
}
</style>