Shades of Yellow #F9F205
Tints of Yellow #F9F205
RGB
CMYK
RGB Variations
Color information
#F9F205 (or 0xF9F205) is known color: Yellow. HEX triplet: F9, F2 and 05. RGB value is (249,242,5). Sum of RGB (Red+Green+Blue) = 249+242+5=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 5 (2.34% from 255 or 1.01% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F205 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9F205 is #060DFA. Grayscale: #DADADA. Windows color (decimal): -396795 or 389881. OLE color: 389881.
HSL color Cylindrical-coordinate representation of color #F9F205: hue angle of 58.28º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9F205 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.02 |
| HSL | 58.28º | 0.96% | 0.5% | - |
| HSV(B) | 58.28º | 0.98% | 0.98% | - |
| XYZ | 70.85 | 83.65 | 12.56 | - |
| YUV | 217.08 | 8.32 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 5 | 0 | 0.03 | 0.98 | 0.02 | 58.28 | 0.96 | 0.5 |
| Hex | F9 | F2 | 5 | 0 | 3 | 62 | 2 | 3A | 60 | 32 |
| Octal | 371 | 362 | 5 | 0 | 3 | 142 | 2 | 72 | 140 | 62 |
| Binary | 11111001 | 11110010 | 101 | 0 | 11 | 1100010 | 10 | 111010 | 1100000 | 110010 |
Color Harmonies of #F9F205
Complementary color
Monochromatic Colors of #F9F205
Black with #F9F205
Text Example
Text Example
White with #F9F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F205; }
p { color: rgb(249,242,5); }
H1.HeaderClassName
{
color: #F9F205;
}
.AnyTagClassName
{
color: #F9F205;
}
</style>
background-color css
<style>
a { background-color: #F9F205; }
a { background-color: rgb(249,242,5); }
div.DivClassName
{
background-color: #F9F205;
}
.BgClassName
{
background-color: #F9F205;
}
</style>
border-color css
<style>
span { border-color: #F9F205; }
span { border-color: rgb(249,242,5); }
td.TdClassName
{
border-color: #F9F205;
}
.TagClassName
{
border-color: #F9F205;
}
</style>