Shades of Gorse #F9E125
Tints of Gorse #F9E125
RGB
CMYK
RGB Variations
Color information
#F9E125 (or 0xF9E125) is known color: Gorse. HEX triplet: F9, E1 and 25. RGB value is (249,225,37). Sum of RGB (Red+Green+Blue) = 249+225+37=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 37 (14.84% from 255 or 7.24% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E125 is #061EDA. Grayscale: #D3D3D3. Windows color (decimal): -401115 or 2482681. OLE color: 2482681.
HSL color Cylindrical-coordinate representation of color #F9E125: hue angle of 53.21º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9E125 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 37 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.02 |
| HSL | 53.21º | 0.95% | 0.56% | - |
| HSV(B) | 53.21º | 0.85% | 0.98% | - |
| XYZ | 66.33 | 74.12 | 12.56 | - |
| YUV | 210.74 | 29.95 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 37 | 0 | 0.10 | 0.85 | 0.02 | 53.21 | 0.95 | 0.56 |
| Hex | F9 | E1 | 25 | 0 | A | 55 | 2 | 35 | 5F | 38 |
| Octal | 371 | 341 | 45 | 0 | 12 | 125 | 2 | 65 | 137 | 70 |
| Binary | 11111001 | 11100001 | 100101 | 0 | 1010 | 1010101 | 10 | 110101 | 1011111 | 111000 |
Color Harmonies of #F9E125
Complementary color
Monochromatic Colors of #F9E125
Black with #F9E125
Text Example
Text Example
White with #F9E125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E125; }
p { color: rgb(249,225,37); }
H1.HeaderClassName
{
color: #F9E125;
}
.AnyTagClassName
{
color: #F9E125;
}
</style>
background-color css
<style>
a { background-color: #F9E125; }
a { background-color: rgb(249,225,37); }
div.DivClassName
{
background-color: #F9E125;
}
.BgClassName
{
background-color: #F9E125;
}
</style>
border-color css
<style>
span { border-color: #F9E125; }
span { border-color: rgb(249,225,37); }
td.TdClassName
{
border-color: #F9E125;
}
.TagClassName
{
border-color: #F9E125;
}
</style>