Shades of Gorse #F8EF3D
Tints of Gorse #F8EF3D
RGB
CMYK
RGB Variations
Color information
#F8EF3D (or 0xF8EF3D) is known color: Gorse. HEX triplet: F8, EF and 3D. RGB value is (248,239,61). Sum of RGB (Red+Green+Blue) = 248+239+61=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 61 (24.22% from 255 or 11.13% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EF3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8EF3D is #0710C2. Grayscale: #DEDEDE. Windows color (decimal): -463043 or 4059128. OLE color: 4059128.
HSL color Cylindrical-coordinate representation of color #F8EF3D: hue angle of 57.11º 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 #F8EF3D is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 239 | 61 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.03 |
| HSL | 57.11º | 0.93% | 0.61% | - |
| HSV(B) | 57.11º | 0.75% | 0.97% | - |
| XYZ | 70.42 | 82.03 | 16.54 | - |
| YUV | 221.4 | 37.48 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 61 | 0 | 0.04 | 0.75 | 0.03 | 57.11 | 0.93 | 0.61 |
| Hex | F8 | EF | 3D | 0 | 4 | 4B | 3 | 39 | 5D | 3D |
| Octal | 370 | 357 | 75 | 0 | 4 | 113 | 3 | 71 | 135 | 75 |
| Binary | 11111000 | 11101111 | 111101 | 0 | 100 | 1001011 | 11 | 111001 | 1011101 | 111101 |
Color Harmonies of #F8EF3D
Complementary color
Monochromatic Colors of #F8EF3D
Black with #F8EF3D
Text Example
Text Example
White with #F8EF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EF3D; }
p { color: rgb(248,239,61); }
H1.HeaderClassName
{
color: #F8EF3D;
}
.AnyTagClassName
{
color: #F8EF3D;
}
</style>
background-color css
<style>
a { background-color: #F8EF3D; }
a { background-color: rgb(248,239,61); }
div.DivClassName
{
background-color: #F8EF3D;
}
.BgClassName
{
background-color: #F8EF3D;
}
</style>
border-color css
<style>
span { border-color: #F8EF3D; }
span { border-color: rgb(248,239,61); }
td.TdClassName
{
border-color: #F8EF3D;
}
.TagClassName
{
border-color: #F8EF3D;
}
</style>