Shades of Gorse #F8DB35
Tints of Gorse #F8DB35
RGB
CMYK
RGB Variations
Color information
#F8DB35 (or 0xF8DB35) is known color: Gorse. HEX triplet: F8, DB and 35. RGB value is (248,219,53). Sum of RGB (Red+Green+Blue) = 248+219+53=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 53 (21.09% from 255 or 10.19% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DB35 is #0724CA. Grayscale: #D1D1D1. Windows color (decimal): -468171 or 3529720. OLE color: 3529720.
HSL color Cylindrical-coordinate representation of color #F8DB35: hue angle of 51.08º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8DB35 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 53 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.03 |
| HSL | 51.08º | 0.93% | 0.59% | - |
| HSV(B) | 51.08º | 0.79% | 0.97% | - |
| XYZ | 64.69 | 70.88 | 13.64 | - |
| YUV | 208.75 | 40.11 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 53 | 0 | 0.12 | 0.79 | 0.03 | 51.08 | 0.93 | 0.59 |
| Hex | F8 | DB | 35 | 0 | C | 4F | 3 | 33 | 5D | 3B |
| Octal | 370 | 333 | 65 | 0 | 14 | 117 | 3 | 63 | 135 | 73 |
| Binary | 11111000 | 11011011 | 110101 | 0 | 1100 | 1001111 | 11 | 110011 | 1011101 | 111011 |
Color Harmonies of #F8DB35
Complementary color
Monochromatic Colors of #F8DB35
Black with #F8DB35
Text Example
Text Example
White with #F8DB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB35; }
p { color: rgb(248,219,53); }
H1.HeaderClassName
{
color: #F8DB35;
}
.AnyTagClassName
{
color: #F8DB35;
}
</style>
background-color css
<style>
a { background-color: #F8DB35; }
a { background-color: rgb(248,219,53); }
div.DivClassName
{
background-color: #F8DB35;
}
.BgClassName
{
background-color: #F8DB35;
}
</style>
border-color css
<style>
span { border-color: #F8DB35; }
span { border-color: rgb(248,219,53); }
td.TdClassName
{
border-color: #F8DB35;
}
.TagClassName
{
border-color: #F8DB35;
}
</style>