Shades of Gorse #F8DB3E
Tints of Gorse #F8DB3E
RGB
CMYK
RGB Variations
Color information
#F8DB3E (or 0xF8DB3E) is known color: Gorse. HEX triplet: F8, DB and 3E. RGB value is (248,219,62). Sum of RGB (Red+Green+Blue) = 248+219+62=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 62 (24.61% from 255 or 11.72% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DB3E is #0724C1. Grayscale: #D2D2D2. Windows color (decimal): -468162 or 4119544. OLE color: 4119544.
HSL color Cylindrical-coordinate representation of color #F8DB3E: hue angle of 50.65º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8DB3E is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 62 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.03 |
| HSL | 50.65º | 0.93% | 0.61% | - |
| HSV(B) | 50.65º | 0.75% | 0.97% | - |
| XYZ | 64.91 | 70.97 | 14.83 | - |
| YUV | 209.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 62 | 0 | 0.12 | 0.75 | 0.03 | 50.65 | 0.93 | 0.61 |
| Hex | F8 | DB | 3E | 0 | C | 4B | 3 | 33 | 5D | 3D |
| Octal | 370 | 333 | 76 | 0 | 14 | 113 | 3 | 63 | 135 | 75 |
| Binary | 11111000 | 11011011 | 111110 | 0 | 1100 | 1001011 | 11 | 110011 | 1011101 | 111101 |
Color Harmonies of #F8DB3E
Complementary color
Monochromatic Colors of #F8DB3E
Black with #F8DB3E
Text Example
Text Example
White with #F8DB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB3E; }
p { color: rgb(248,219,62); }
H1.HeaderClassName
{
color: #F8DB3E;
}
.AnyTagClassName
{
color: #F8DB3E;
}
</style>
background-color css
<style>
a { background-color: #F8DB3E; }
a { background-color: rgb(248,219,62); }
div.DivClassName
{
background-color: #F8DB3E;
}
.BgClassName
{
background-color: #F8DB3E;
}
</style>
border-color css
<style>
span { border-color: #F8DB3E; }
span { border-color: rgb(248,219,62); }
td.TdClassName
{
border-color: #F8DB3E;
}
.TagClassName
{
border-color: #F8DB3E;
}
</style>