Shades of Gorse #F8DB38
Tints of Gorse #F8DB38
RGB
CMYK
RGB Variations
Color information
#F8DB38 (or 0xF8DB38) is known color: Gorse. HEX triplet: F8, DB and 38. RGB value is (248,219,56). Sum of RGB (Red+Green+Blue) = 248+219+56=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 56 (22.27% from 255 or 10.71% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DB38 is #0724C7. Grayscale: #D1D1D1. Windows color (decimal): -468168 or 3726328. OLE color: 3726328.
HSL color Cylindrical-coordinate representation of color #F8DB38: hue angle of 50.94º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8DB38 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 56 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.03 |
| HSL | 50.94º | 0.93% | 0.6% | - |
| HSV(B) | 50.94º | 0.77% | 0.97% | - |
| XYZ | 64.76 | 70.91 | 14.01 | - |
| YUV | 209.09 | 41.61 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 56 | 0 | 0.12 | 0.77 | 0.03 | 50.94 | 0.93 | 0.6 |
| Hex | F8 | DB | 38 | 0 | C | 4D | 3 | 33 | 5D | 3C |
| Octal | 370 | 333 | 70 | 0 | 14 | 115 | 3 | 63 | 135 | 74 |
| Binary | 11111000 | 11011011 | 111000 | 0 | 1100 | 1001101 | 11 | 110011 | 1011101 | 111100 |
Color Harmonies of #F8DB38
Complementary color
Monochromatic Colors of #F8DB38
Black with #F8DB38
Text Example
Text Example
White with #F8DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB38; }
p { color: rgb(248,219,56); }
H1.HeaderClassName
{
color: #F8DB38;
}
.AnyTagClassName
{
color: #F8DB38;
}
</style>
background-color css
<style>
a { background-color: #F8DB38; }
a { background-color: rgb(248,219,56); }
div.DivClassName
{
background-color: #F8DB38;
}
.BgClassName
{
background-color: #F8DB38;
}
</style>
border-color css
<style>
span { border-color: #F8DB38; }
span { border-color: rgb(248,219,56); }
td.TdClassName
{
border-color: #F8DB38;
}
.TagClassName
{
border-color: #F8DB38;
}
</style>