Shades of Gorse #F9F230
Tints of Gorse #F9F230
RGB
CMYK
RGB Variations
Color information
#F9F230 (or 0xF9F230) is known color: Gorse. HEX triplet: F9, F2 and 30. RGB value is (249,242,48). Sum of RGB (Red+Green+Blue) = 249+242+48=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 48 (19.14% from 255 or 8.91% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F230 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F230 is #060DCF. Grayscale: #DEDEDE. Windows color (decimal): -396752 or 3207929. OLE color: 3207929.
HSL color Cylindrical-coordinate representation of color #F9F230: hue angle of 57.91º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9F230 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 48 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.02 |
| HSL | 57.91º | 0.94% | 0.58% | - |
| HSV(B) | 57.91º | 0.81% | 0.98% | - |
| XYZ | 71.35 | 83.86 | 15.22 | - |
| YUV | 221.98 | 29.82 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 48 | 0 | 0.03 | 0.81 | 0.02 | 57.91 | 0.94 | 0.58 |
| Hex | F9 | F2 | 30 | 0 | 3 | 51 | 2 | 3A | 5E | 3A |
| Octal | 371 | 362 | 60 | 0 | 3 | 121 | 2 | 72 | 136 | 72 |
| Binary | 11111001 | 11110010 | 110000 | 0 | 11 | 1010001 | 10 | 111010 | 1011110 | 111010 |
Color Harmonies of #F9F230
Complementary color
Monochromatic Colors of #F9F230
Black with #F9F230
Text Example
Text Example
White with #F9F230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F230; }
p { color: rgb(249,242,48); }
H1.HeaderClassName
{
color: #F9F230;
}
.AnyTagClassName
{
color: #F9F230;
}
</style>
background-color css
<style>
a { background-color: #F9F230; }
a { background-color: rgb(249,242,48); }
div.DivClassName
{
background-color: #F9F230;
}
.BgClassName
{
background-color: #F9F230;
}
</style>
border-color css
<style>
span { border-color: #F9F230; }
span { border-color: rgb(249,242,48); }
td.TdClassName
{
border-color: #F9F230;
}
.TagClassName
{
border-color: #F9F230;
}
</style>