Shades of Gorse #F8F238
Tints of Gorse #F8F238
RGB
CMYK
RGB Variations
Color information
#F8F238 (or 0xF8F238) is known color: Gorse. HEX triplet: F8, F2 and 38. RGB value is (248,242,56). Sum of RGB (Red+Green+Blue) = 248+242+56=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 56 (22.27% from 255 or 10.26% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F238 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F238 is #070DC7. Grayscale: #DFDFDF. Windows color (decimal): -462280 or 3732216. OLE color: 3732216.
HSL color Cylindrical-coordinate representation of color #F8F238: hue angle of 58.12º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8F238 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 56 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.03 |
| HSL | 58.13º | 0.93% | 0.6% | - |
| HSV(B) | 58.13º | 0.77% | 0.97% | - |
| XYZ | 71.18 | 83.75 | 16.15 | - |
| YUV | 222.59 | 33.99 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 56 | 0 | 0.02 | 0.77 | 0.03 | 58.13 | 0.93 | 0.6 |
| Hex | F8 | F2 | 38 | 0 | 2 | 4D | 3 | 3A | 5D | 3C |
| Octal | 370 | 362 | 70 | 0 | 2 | 115 | 3 | 72 | 135 | 74 |
| Binary | 11111000 | 11110010 | 111000 | 0 | 10 | 1001101 | 11 | 111010 | 1011101 | 111100 |
Color Harmonies of #F8F238
Complementary color
Monochromatic Colors of #F8F238
Black with #F8F238
Text Example
Text Example
White with #F8F238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F238; }
p { color: rgb(248,242,56); }
H1.HeaderClassName
{
color: #F8F238;
}
.AnyTagClassName
{
color: #F8F238;
}
</style>
background-color css
<style>
a { background-color: #F8F238; }
a { background-color: rgb(248,242,56); }
div.DivClassName
{
background-color: #F8F238;
}
.BgClassName
{
background-color: #F8F238;
}
</style>
border-color css
<style>
span { border-color: #F8F238; }
span { border-color: rgb(248,242,56); }
td.TdClassName
{
border-color: #F8F238;
}
.TagClassName
{
border-color: #F8F238;
}
</style>