Shades of Gorse #F9F42D
Tints of Gorse #F9F42D
RGB
CMYK
RGB Variations
Color information
#F9F42D (or 0xF9F42D) is known color: Gorse. HEX triplet: F9, F4 and 2D. RGB value is (249,244,45). Sum of RGB (Red+Green+Blue) = 249+244+45=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 45 (17.97% from 255 or 8.36% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F42D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F42D is #060BD2. Grayscale: #DFDFDF. Windows color (decimal): -396243 or 3011833. OLE color: 3011833.
HSL color Cylindrical-coordinate representation of color #F9F42D: hue angle of 58.53º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9F42D is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 244 | 45 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.02 |
| HSL | 58.53º | 0.94% | 0.58% | - |
| HSV(B) | 58.53º | 0.82% | 0.98% | - |
| XYZ | 71.89 | 85.03 | 15.11 | - |
| YUV | 222.81 | 27.66 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 244 | 45 | 0 | 0.02 | 0.82 | 0.02 | 58.53 | 0.94 | 0.58 |
| Hex | F9 | F4 | 2D | 0 | 2 | 52 | 2 | 3B | 5E | 3A |
| Octal | 371 | 364 | 55 | 0 | 2 | 122 | 2 | 73 | 136 | 72 |
| Binary | 11111001 | 11110100 | 101101 | 0 | 10 | 1010010 | 10 | 111011 | 1011110 | 111010 |
Color Harmonies of #F9F42D
Complementary color
Monochromatic Colors of #F9F42D
Black with #F9F42D
Text Example
Text Example
White with #F9F42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F42D; }
p { color: rgb(249,244,45); }
H1.HeaderClassName
{
color: #F9F42D;
}
.AnyTagClassName
{
color: #F9F42D;
}
</style>
background-color css
<style>
a { background-color: #F9F42D; }
a { background-color: rgb(249,244,45); }
div.DivClassName
{
background-color: #F9F42D;
}
.BgClassName
{
background-color: #F9F42D;
}
</style>
border-color css
<style>
span { border-color: #F9F42D; }
span { border-color: rgb(249,244,45); }
td.TdClassName
{
border-color: #F9F42D;
}
.TagClassName
{
border-color: #F9F42D;
}
</style>