Shades of Gorse #F8DB3C
Tints of Gorse #F8DB3C
RGB
CMYK
RGB Variations
Color information
#F8DB3C (or 0xF8DB3C) is known color: Gorse. HEX triplet: F8, DB and 3C. RGB value is (248,219,60). Sum of RGB (Red+Green+Blue) = 248+219+60=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 60 (23.83% from 255 or 11.39% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DB3C is #0724C3. Grayscale: #D2D2D2. Windows color (decimal): -468164 or 3988472. OLE color: 3988472.
HSL color Cylindrical-coordinate representation of color #F8DB3C: hue angle of 50.74º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8DB3C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 60 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.03 |
| HSL | 50.74º | 0.93% | 0.6% | - |
| HSV(B) | 50.74º | 0.76% | 0.97% | - |
| XYZ | 64.86 | 70.95 | 14.55 | - |
| YUV | 209.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 60 | 0 | 0.12 | 0.76 | 0.03 | 50.74 | 0.93 | 0.6 |
| Hex | F8 | DB | 3C | 0 | C | 4C | 3 | 33 | 5D | 3C |
| Octal | 370 | 333 | 74 | 0 | 14 | 114 | 3 | 63 | 135 | 74 |
| Binary | 11111000 | 11011011 | 111100 | 0 | 1100 | 1001100 | 11 | 110011 | 1011101 | 111100 |
Color Harmonies of #F8DB3C
Complementary color
Monochromatic Colors of #F8DB3C
Black with #F8DB3C
Text Example
Text Example
White with #F8DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB3C; }
p { color: rgb(248,219,60); }
H1.HeaderClassName
{
color: #F8DB3C;
}
.AnyTagClassName
{
color: #F8DB3C;
}
</style>
background-color css
<style>
a { background-color: #F8DB3C; }
a { background-color: rgb(248,219,60); }
div.DivClassName
{
background-color: #F8DB3C;
}
.BgClassName
{
background-color: #F8DB3C;
}
</style>
border-color css
<style>
span { border-color: #F8DB3C; }
span { border-color: rgb(248,219,60); }
td.TdClassName
{
border-color: #F8DB3C;
}
.TagClassName
{
border-color: #F8DB3C;
}
</style>