Shades of Gorse #F8ED3C
Tints of Gorse #F8ED3C
RGB
CMYK
RGB Variations
Color information
#F8ED3C (or 0xF8ED3C) is known color: Gorse. HEX triplet: F8, ED and 3C. RGB value is (248,237,60). Sum of RGB (Red+Green+Blue) = 248+237+60=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 60 (23.83% from 255 or 11.01% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8ED3C is #0712C3. Grayscale: #DCDCDC. Windows color (decimal): -463556 or 3993080. OLE color: 3993080.
HSL color Cylindrical-coordinate representation of color #F8ED3C: hue angle of 56.49º 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 #F8ED3C is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 60 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.03 |
| HSL | 56.49º | 0.93% | 0.6% | - |
| HSV(B) | 56.49º | 0.76% | 0.97% | - |
| XYZ | 69.81 | 80.85 | 16.2 | - |
| YUV | 220.11 | 37.64 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 60 | 0 | 0.04 | 0.76 | 0.03 | 56.49 | 0.93 | 0.6 |
| Hex | F8 | ED | 3C | 0 | 4 | 4C | 3 | 38 | 5D | 3C |
| Octal | 370 | 355 | 74 | 0 | 4 | 114 | 3 | 70 | 135 | 74 |
| Binary | 11111000 | 11101101 | 111100 | 0 | 100 | 1001100 | 11 | 111000 | 1011101 | 111100 |
Color Harmonies of #F8ED3C
Complementary color
Monochromatic Colors of #F8ED3C
Black with #F8ED3C
Text Example
Text Example
White with #F8ED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ED3C; }
p { color: rgb(248,237,60); }
H1.HeaderClassName
{
color: #F8ED3C;
}
.AnyTagClassName
{
color: #F8ED3C;
}
</style>
background-color css
<style>
a { background-color: #F8ED3C; }
a { background-color: rgb(248,237,60); }
div.DivClassName
{
background-color: #F8ED3C;
}
.BgClassName
{
background-color: #F8ED3C;
}
</style>
border-color css
<style>
span { border-color: #F8ED3C; }
span { border-color: rgb(248,237,60); }
td.TdClassName
{
border-color: #F8ED3C;
}
.TagClassName
{
border-color: #F8ED3C;
}
</style>