Shades of Gorse #F9E427
Tints of Gorse #F9E427
RGB
CMYK
RGB Variations
Color information
#F9E427 (or 0xF9E427) is known color: Gorse. HEX triplet: F9, E4 and 27. RGB value is (249,228,39). Sum of RGB (Red+Green+Blue) = 249+228+39=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 39 (15.62% from 255 or 7.56% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E427 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E427 is #061BD8. Grayscale: #D5D5D5. Windows color (decimal): -400345 or 2614521. OLE color: 2614521.
HSL color Cylindrical-coordinate representation of color #F9E427: hue angle of 54º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9E427 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 228 | 39 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.02 |
| HSL | 54º | 0.95% | 0.56% | - |
| HSV(B) | 54º | 0.84% | 0.98% | - |
| XYZ | 67.18 | 75.77 | 13 | - |
| YUV | 212.73 | 29.96 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 228 | 39 | 0 | 0.08 | 0.84 | 0.02 | 54 | 0.95 | 0.56 |
| Hex | F9 | E4 | 27 | 0 | 8 | 54 | 2 | 36 | 5F | 38 |
| Octal | 371 | 344 | 47 | 0 | 10 | 124 | 2 | 66 | 137 | 70 |
| Binary | 11111001 | 11100100 | 100111 | 0 | 1000 | 1010100 | 10 | 110110 | 1011111 | 111000 |
Color Harmonies of #F9E427
Complementary color
Monochromatic Colors of #F9E427
Black with #F9E427
Text Example
Text Example
White with #F9E427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E427; }
p { color: rgb(249,228,39); }
H1.HeaderClassName
{
color: #F9E427;
}
.AnyTagClassName
{
color: #F9E427;
}
</style>
background-color css
<style>
a { background-color: #F9E427; }
a { background-color: rgb(249,228,39); }
div.DivClassName
{
background-color: #F9E427;
}
.BgClassName
{
background-color: #F9E427;
}
</style>
border-color css
<style>
span { border-color: #F9E427; }
span { border-color: rgb(249,228,39); }
td.TdClassName
{
border-color: #F9E427;
}
.TagClassName
{
border-color: #F9E427;
}
</style>