Shades of Lemon #F9F30A
Tints of Lemon #F9F30A
RGB
CMYK
RGB Variations
Color information
#F9F30A (or 0xF9F30A) is known color: Lemon. HEX triplet: F9, F3 and 0A. RGB value is (249,243,10). Sum of RGB (Red+Green+Blue) = 249+243+10=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 10 (4.30% from 255 or 1.99% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F30A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9F30A is #060CF5. Grayscale: #DBDBDB. Windows color (decimal): -396534 or 717817. OLE color: 717817.
HSL color Cylindrical-coordinate representation of color #F9F30A: hue angle of 58.49º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9F30A is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 243 | 10 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.02 |
| HSL | 58.49º | 0.95% | 0.51% | - |
| HSV(B) | 58.49º | 0.96% | 0.98% | - |
| XYZ | 71.17 | 84.26 | 12.8 | - |
| YUV | 218.23 | 10.49 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 243 | 10 | 0 | 0.02 | 0.96 | 0.02 | 58.49 | 0.95 | 0.51 |
| Hex | F9 | F3 | A | 0 | 2 | 60 | 2 | 3A | 5F | 33 |
| Octal | 371 | 363 | 12 | 0 | 2 | 140 | 2 | 72 | 137 | 63 |
| Binary | 11111001 | 11110011 | 1010 | 0 | 10 | 1100000 | 10 | 111010 | 1011111 | 110011 |
Color Harmonies of #F9F30A
Complementary color
Monochromatic Colors of #F9F30A
Black with #F9F30A
Text Example
Text Example
White with #F9F30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F30A; }
p { color: rgb(249,243,10); }
H1.HeaderClassName
{
color: #F9F30A;
}
.AnyTagClassName
{
color: #F9F30A;
}
</style>
background-color css
<style>
a { background-color: #F9F30A; }
a { background-color: rgb(249,243,10); }
div.DivClassName
{
background-color: #F9F30A;
}
.BgClassName
{
background-color: #F9F30A;
}
</style>
border-color css
<style>
span { border-color: #F9F30A; }
span { border-color: rgb(249,243,10); }
td.TdClassName
{
border-color: #F9F30A;
}
.TagClassName
{
border-color: #F9F30A;
}
</style>