Shades of Gorse #F8F134
Tints of Gorse #F8F134
RGB
CMYK
RGB Variations
Color information
#F8F134 (or 0xF8F134) is known color: Gorse. HEX triplet: F8, F1 and 34. RGB value is (248,241,52). Sum of RGB (Red+Green+Blue) = 248+241+52=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 52 (20.70% from 255 or 9.61% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F134 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F134 is #070ECB. Grayscale: #DEDEDE. Windows color (decimal): -462540 or 3469816. OLE color: 3469816.
HSL color Cylindrical-coordinate representation of color #F8F134: hue angle of 57.86º 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 #F8F134 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 52 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.03 |
| HSL | 57.86º | 0.93% | 0.59% | - |
| HSV(B) | 57.86º | 0.79% | 0.97% | - |
| XYZ | 70.79 | 83.11 | 15.56 | - |
| YUV | 221.55 | 32.32 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 52 | 0 | 0.03 | 0.79 | 0.03 | 57.86 | 0.93 | 0.59 |
| Hex | F8 | F1 | 34 | 0 | 3 | 4F | 3 | 3A | 5D | 3B |
| Octal | 370 | 361 | 64 | 0 | 3 | 117 | 3 | 72 | 135 | 73 |
| Binary | 11111000 | 11110001 | 110100 | 0 | 11 | 1001111 | 11 | 111010 | 1011101 | 111011 |
Color Harmonies of #F8F134
Complementary color
Monochromatic Colors of #F8F134
Black with #F8F134
Text Example
Text Example
White with #F8F134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F134; }
p { color: rgb(248,241,52); }
H1.HeaderClassName
{
color: #F8F134;
}
.AnyTagClassName
{
color: #F8F134;
}
</style>
background-color css
<style>
a { background-color: #F8F134; }
a { background-color: rgb(248,241,52); }
div.DivClassName
{
background-color: #F8F134;
}
.BgClassName
{
background-color: #F8F134;
}
</style>
border-color css
<style>
span { border-color: #F8F134; }
span { border-color: rgb(248,241,52); }
td.TdClassName
{
border-color: #F8F134;
}
.TagClassName
{
border-color: #F8F134;
}
</style>