Shades of Gorse #F9F23A
Tints of Gorse #F9F23A
RGB
CMYK
RGB Variations
Color information
#F9F23A (or 0xF9F23A) is known color: Gorse. HEX triplet: F9, F2 and 3A. RGB value is (249,242,58). Sum of RGB (Red+Green+Blue) = 249+242+58=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 58 (23.05% from 255 or 10.56% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F23A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F23A is #060DC5. Grayscale: #DFDFDF. Windows color (decimal): -396742 or 3863289. OLE color: 3863289.
HSL color Cylindrical-coordinate representation of color #F9F23A: hue angle of 57.8º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9F23A is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 58 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.02 |
| HSL | 57.8º | 0.94% | 0.6% | - |
| HSV(B) | 57.8º | 0.77% | 0.98% | - |
| XYZ | 71.58 | 83.95 | 16.43 | - |
| YUV | 223.12 | 34.82 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 58 | 0 | 0.03 | 0.77 | 0.02 | 57.8 | 0.94 | 0.6 |
| Hex | F9 | F2 | 3A | 0 | 3 | 4D | 2 | 3A | 5E | 3C |
| Octal | 371 | 362 | 72 | 0 | 3 | 115 | 2 | 72 | 136 | 74 |
| Binary | 11111001 | 11110010 | 111010 | 0 | 11 | 1001101 | 10 | 111010 | 1011110 | 111100 |
Color Harmonies of #F9F23A
Complementary color
Monochromatic Colors of #F9F23A
Black with #F9F23A
Text Example
Text Example
White with #F9F23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F23A; }
p { color: rgb(249,242,58); }
H1.HeaderClassName
{
color: #F9F23A;
}
.AnyTagClassName
{
color: #F9F23A;
}
</style>
background-color css
<style>
a { background-color: #F9F23A; }
a { background-color: rgb(249,242,58); }
div.DivClassName
{
background-color: #F9F23A;
}
.BgClassName
{
background-color: #F9F23A;
}
</style>
border-color css
<style>
span { border-color: #F9F23A; }
span { border-color: rgb(249,242,58); }
td.TdClassName
{
border-color: #F9F23A;
}
.TagClassName
{
border-color: #F9F23A;
}
</style>