Shades of Gorse #F9F02D
Tints of Gorse #F9F02D
RGB
CMYK
RGB Variations
Color information
#F9F02D (or 0xF9F02D) is known color: Gorse. HEX triplet: F9, F0 and 2D. RGB value is (249,240,45). Sum of RGB (Red+Green+Blue) = 249+240+45=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 45 (17.97% from 255 or 8.43% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F02D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F02D is #060FD2. Grayscale: #DDDDDD. Windows color (decimal): -397267 or 3010809. OLE color: 3010809.
HSL color Cylindrical-coordinate representation of color #F9F02D: hue angle of 57.35º 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 #F9F02D is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 240 | 45 | - |
CMYK | 0 | 0.04 | 0.82 | 0.02 |
HSL | 57.35º | 0.94% | 0.58% | - |
HSV(B) | 57.35º | 0.82% | 0.98% | - |
XYZ | 70.7 | 82.65 | 14.71 | - |
YUV | 220.46 | 28.98 | 148.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 240 | 45 | 0 | 0.04 | 0.82 | 0.02 | 57.35 | 0.94 | 0.58 |
Hex | F9 | F0 | 2D | 0 | 4 | 52 | 2 | 39 | 5E | 3A |
Octal | 371 | 360 | 55 | 0 | 4 | 122 | 2 | 71 | 136 | 72 |
Binary | 11111001 | 11110000 | 101101 | 0 | 100 | 1010010 | 10 | 111001 | 1011110 | 111010 |
Color Harmonies of #F9F02D
Complementary color
Monochromatic Colors of #F9F02D
Black with #F9F02D
Text Example
Text Example
White with #F9F02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F02D; }
p { color: rgb(249,240,45); }
H1.HeaderClassName
{
color: #F9F02D;
}
.AnyTagClassName
{
color: #F9F02D;
}
</style>
background-color css
<style>
a { background-color: #F9F02D; }
a { background-color: rgb(249,240,45); }
div.DivClassName
{
background-color: #F9F02D;
}
.BgClassName
{
background-color: #F9F02D;
}
</style>
border-color css
<style>
span { border-color: #F9F02D; }
span { border-color: rgb(249,240,45); }
td.TdClassName
{
border-color: #F9F02D;
}
.TagClassName
{
border-color: #F9F02D;
}
</style>