Shades of Gorse #F8DF26
Tints of Gorse #F8DF26
RGB
CMYK
RGB Variations
Color information
#F8DF26 (or 0xF8DF26) is known color: Gorse. HEX triplet: F8, DF and 26. RGB value is (248,223,38). Sum of RGB (Red+Green+Blue) = 248+223+38=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 38 (15.23% from 255 or 7.47% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DF26 is #0720D9. Grayscale: #D2D2D2. Windows color (decimal): -467162 or 2547704. OLE color: 2547704.
HSL color Cylindrical-coordinate representation of color #F8DF26: hue angle of 52.86º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8DF26 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 38 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.03 |
| HSL | 52.86º | 0.94% | 0.56% | - |
| HSV(B) | 52.86º | 0.85% | 0.97% | - |
| XYZ | 65.45 | 72.87 | 12.45 | - |
| YUV | 209.39 | 31.28 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 38 | 0 | 0.10 | 0.85 | 0.03 | 52.86 | 0.94 | 0.56 |
| Hex | F8 | DF | 26 | 0 | A | 55 | 3 | 35 | 5E | 38 |
| Octal | 370 | 337 | 46 | 0 | 12 | 125 | 3 | 65 | 136 | 70 |
| Binary | 11111000 | 11011111 | 100110 | 0 | 1010 | 1010101 | 11 | 110101 | 1011110 | 111000 |
Color Harmonies of #F8DF26
Complementary color
Monochromatic Colors of #F8DF26
Black with #F8DF26
Text Example
Text Example
White with #F8DF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF26; }
p { color: rgb(248,223,38); }
H1.HeaderClassName
{
color: #F8DF26;
}
.AnyTagClassName
{
color: #F8DF26;
}
</style>
background-color css
<style>
a { background-color: #F8DF26; }
a { background-color: rgb(248,223,38); }
div.DivClassName
{
background-color: #F8DF26;
}
.BgClassName
{
background-color: #F8DF26;
}
</style>
border-color css
<style>
span { border-color: #F8DF26; }
span { border-color: rgb(248,223,38); }
td.TdClassName
{
border-color: #F8DF26;
}
.TagClassName
{
border-color: #F8DF26;
}
</style>