Shades of Gorse #F8F33D
Tints of Gorse #F8F33D
RGB
CMYK
RGB Variations
Color information
#F8F33D (or 0xF8F33D) is known color: Gorse. HEX triplet: F8, F3 and 3D. RGB value is (248,243,61). Sum of RGB (Red+Green+Blue) = 248+243+61=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 61 (24.22% from 255 or 11.05% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F33D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F33D is #070CC2. Grayscale: #E0E0E0. Windows color (decimal): -462019 or 4060152. OLE color: 4060152.
HSL color Cylindrical-coordinate representation of color #F8F33D: hue angle of 58.4º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8F33D is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 61 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.03 |
| HSL | 58.4º | 0.93% | 0.61% | - |
| HSV(B) | 58.4º | 0.75% | 0.97% | - |
| XYZ | 71.6 | 84.39 | 16.93 | - |
| YUV | 223.75 | 36.16 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 61 | 0 | 0.02 | 0.75 | 0.03 | 58.4 | 0.93 | 0.61 |
| Hex | F8 | F3 | 3D | 0 | 2 | 4B | 3 | 3A | 5D | 3D |
| Octal | 370 | 363 | 75 | 0 | 2 | 113 | 3 | 72 | 135 | 75 |
| Binary | 11111000 | 11110011 | 111101 | 0 | 10 | 1001011 | 11 | 111010 | 1011101 | 111101 |
Color Harmonies of #F8F33D
Complementary color
Monochromatic Colors of #F8F33D
Black with #F8F33D
Text Example
Text Example
White with #F8F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F33D; }
p { color: rgb(248,243,61); }
H1.HeaderClassName
{
color: #F8F33D;
}
.AnyTagClassName
{
color: #F8F33D;
}
</style>
background-color css
<style>
a { background-color: #F8F33D; }
a { background-color: rgb(248,243,61); }
div.DivClassName
{
background-color: #F8F33D;
}
.BgClassName
{
background-color: #F8F33D;
}
</style>
border-color css
<style>
span { border-color: #F8F33D; }
span { border-color: rgb(248,243,61); }
td.TdClassName
{
border-color: #F8F33D;
}
.TagClassName
{
border-color: #F8F33D;
}
</style>