Shades of Gorse #F8DA34
Tints of Gorse #F8DA34
RGB
CMYK
RGB Variations
Color information
#F8DA34 (or 0xF8DA34) is known color: Gorse. HEX triplet: F8, DA and 34. RGB value is (248,218,52). Sum of RGB (Red+Green+Blue) = 248+218+52=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 52 (20.70% from 255 or 10.04% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DA34 is #0725CB. Grayscale: #D0D0D0. Windows color (decimal): -468428 or 3463928. OLE color: 3463928.
HSL color Cylindrical-coordinate representation of color #F8DA34: hue angle of 50.82º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8DA34 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 52 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.03 |
| HSL | 50.82º | 0.93% | 0.59% | - |
| HSV(B) | 50.82º | 0.79% | 0.97% | - |
| XYZ | 64.4 | 70.35 | 13.43 | - |
| YUV | 208.05 | 39.94 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 52 | 0 | 0.12 | 0.79 | 0.03 | 50.82 | 0.93 | 0.59 |
| Hex | F8 | DA | 34 | 0 | C | 4F | 3 | 33 | 5D | 3B |
| Octal | 370 | 332 | 64 | 0 | 14 | 117 | 3 | 63 | 135 | 73 |
| Binary | 11111000 | 11011010 | 110100 | 0 | 1100 | 1001111 | 11 | 110011 | 1011101 | 111011 |
Color Harmonies of #F8DA34
Complementary color
Monochromatic Colors of #F8DA34
Black with #F8DA34
Text Example
Text Example
White with #F8DA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DA34; }
p { color: rgb(248,218,52); }
H1.HeaderClassName
{
color: #F8DA34;
}
.AnyTagClassName
{
color: #F8DA34;
}
</style>
background-color css
<style>
a { background-color: #F8DA34; }
a { background-color: rgb(248,218,52); }
div.DivClassName
{
background-color: #F8DA34;
}
.BgClassName
{
background-color: #F8DA34;
}
</style>
border-color css
<style>
span { border-color: #F8DA34; }
span { border-color: rgb(248,218,52); }
td.TdClassName
{
border-color: #F8DA34;
}
.TagClassName
{
border-color: #F8DA34;
}
</style>