Shades of Gorse #F8E640
Tints of Gorse #F8E640
RGB
CMYK
RGB Variations
Color information
#F8E640 (or 0xF8E640) is known color: Gorse. HEX triplet: F8, E6 and 40. RGB value is (248,230,64). Sum of RGB (Red+Green+Blue) = 248+230+64=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 64 (25.39% from 255 or 11.81% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E640 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8E640 is #0719BF. Grayscale: #D9D9D9. Windows color (decimal): -465344 or 4253432. OLE color: 4253432.
HSL color Cylindrical-coordinate representation of color #F8E640: hue angle of 54.13º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8E640 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 230 | 64 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.03 |
| HSL | 54.13º | 0.93% | 0.61% | - |
| HSV(B) | 54.13º | 0.74% | 0.97% | - |
| XYZ | 67.93 | 76.92 | 16.12 | - |
| YUV | 216.46 | 41.96 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 230 | 64 | 0 | 0.07 | 0.74 | 0.03 | 54.13 | 0.93 | 0.61 |
| Hex | F8 | E6 | 40 | 0 | 7 | 4A | 3 | 36 | 5D | 3D |
| Octal | 370 | 346 | 100 | 0 | 7 | 112 | 3 | 66 | 135 | 75 |
| Binary | 11111000 | 11100110 | 1000000 | 0 | 111 | 1001010 | 11 | 110110 | 1011101 | 111101 |
Color Harmonies of #F8E640
Complementary color
Monochromatic Colors of #F8E640
Black with #F8E640
Text Example
Text Example
White with #F8E640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E640; }
p { color: rgb(248,230,64); }
H1.HeaderClassName
{
color: #F8E640;
}
.AnyTagClassName
{
color: #F8E640;
}
</style>
background-color css
<style>
a { background-color: #F8E640; }
a { background-color: rgb(248,230,64); }
div.DivClassName
{
background-color: #F8E640;
}
.BgClassName
{
background-color: #F8E640;
}
</style>
border-color css
<style>
span { border-color: #F8E640; }
span { border-color: rgb(248,230,64); }
td.TdClassName
{
border-color: #F8E640;
}
.TagClassName
{
border-color: #F8E640;
}
</style>