Shades of Gorse #F8DB3D
Tints of Gorse #F8DB3D
RGB
CMYK
RGB Variations
Color information
#F8DB3D (or 0xF8DB3D) is known color: Gorse. HEX triplet: F8, DB and 3D. RGB value is (248,219,61). Sum of RGB (Red+Green+Blue) = 248+219+61=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 61 (24.22% from 255 or 11.55% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DB3D is #0724C2. Grayscale: #D2D2D2. Windows color (decimal): -468163 or 4054008. OLE color: 4054008.
HSL color Cylindrical-coordinate representation of color #F8DB3D: hue angle of 50.7º 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 #F8DB3D is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 61 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.03 |
| HSL | 50.7º | 0.93% | 0.61% | - |
| HSV(B) | 50.7º | 0.75% | 0.97% | - |
| XYZ | 64.89 | 70.96 | 14.69 | - |
| YUV | 209.66 | 44.11 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 61 | 0 | 0.12 | 0.75 | 0.03 | 50.7 | 0.93 | 0.61 |
| Hex | F8 | DB | 3D | 0 | C | 4B | 3 | 33 | 5D | 3D |
| Octal | 370 | 333 | 75 | 0 | 14 | 113 | 3 | 63 | 135 | 75 |
| Binary | 11111000 | 11011011 | 111101 | 0 | 1100 | 1001011 | 11 | 110011 | 1011101 | 111101 |
Color Harmonies of #F8DB3D
Complementary color
Monochromatic Colors of #F8DB3D
Black with #F8DB3D
Text Example
Text Example
White with #F8DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB3D; }
p { color: rgb(248,219,61); }
H1.HeaderClassName
{
color: #F8DB3D;
}
.AnyTagClassName
{
color: #F8DB3D;
}
</style>
background-color css
<style>
a { background-color: #F8DB3D; }
a { background-color: rgb(248,219,61); }
div.DivClassName
{
background-color: #F8DB3D;
}
.BgClassName
{
background-color: #F8DB3D;
}
</style>
border-color css
<style>
span { border-color: #F8DB3D; }
span { border-color: rgb(248,219,61); }
td.TdClassName
{
border-color: #F8DB3D;
}
.TagClassName
{
border-color: #F8DB3D;
}
</style>