Shades of Gorse #F5F127
Tints of Gorse #F5F127
RGB
CMYK
RGB Variations
Color information
#F5F127 (or 0xF5F127) is known color: Gorse. HEX triplet: F5, F1 and 27. RGB value is (245,241,39). Sum of RGB (Red+Green+Blue) = 245+241+39=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 39 (15.62% from 255 or 7.43% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F127 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F127 is #0A0ED8. Grayscale: #DBDBDB. Windows color (decimal): -659161 or 2617845. OLE color: 2617845.
HSL color Cylindrical-coordinate representation of color #F5F127: hue angle of 58.83º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5F127 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 39 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.04 |
| HSL | 58.83º | 0.91% | 0.56% | - |
| HSV(B) | 58.83º | 0.84% | 0.96% | - |
| XYZ | 69.48 | 82.47 | 14.18 | - |
| YUV | 219.17 | 26.33 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 39 | 0 | 0.02 | 0.84 | 0.04 | 58.83 | 0.91 | 0.56 |
| Hex | F5 | F1 | 27 | 0 | 2 | 54 | 4 | 3B | 5B | 38 |
| Octal | 365 | 361 | 47 | 0 | 2 | 124 | 4 | 73 | 133 | 70 |
| Binary | 11110101 | 11110001 | 100111 | 0 | 10 | 1010100 | 100 | 111011 | 1011011 | 111000 |
Color Harmonies of #F5F127
Complementary color
Monochromatic Colors of #F5F127
Black with #F5F127
Text Example
Text Example
White with #F5F127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F127; }
p { color: rgb(245,241,39); }
H1.HeaderClassName
{
color: #F5F127;
}
.AnyTagClassName
{
color: #F5F127;
}
</style>
background-color css
<style>
a { background-color: #F5F127; }
a { background-color: rgb(245,241,39); }
div.DivClassName
{
background-color: #F5F127;
}
.BgClassName
{
background-color: #F5F127;
}
</style>
border-color css
<style>
span { border-color: #F5F127; }
span { border-color: rgb(245,241,39); }
td.TdClassName
{
border-color: #F5F127;
}
.TagClassName
{
border-color: #F5F127;
}
</style>