Shades of Yellow #F5FA09
Tints of Yellow #F5FA09
RGB
CMYK
RGB Variations
Color information
#F5FA09 (or 0xF5FA09) is known color: Yellow. HEX triplet: F5, FA and 09. RGB value is (245,250,9). Sum of RGB (Red+Green+Blue) = 245+250+9=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 9 (3.91% from 255 or 1.79% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5FA09 is #0A05F6. Grayscale: #DDDDDD. Windows color (decimal): -656887 or 654069. OLE color: 654069.
HSL color Cylindrical-coordinate representation of color #F5FA09: hue angle of 61.24º degrees, saturation: 0.96, 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 #F5FA09 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 9 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.02 |
| HSL | 61.24º | 0.96% | 0.51% | - |
| HSV(B) | 61.24º | 0.96% | 0.98% | - |
| XYZ | 71.89 | 87.8 | 13.42 | - |
| YUV | 221.03 | 8.34 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 9 | 0.02 | 0 | 0.96 | 0.02 | 61.24 | 0.96 | 0.51 |
| Hex | F5 | FA | 9 | 2 | 0 | 60 | 2 | 3D | 60 | 33 |
| Octal | 365 | 372 | 11 | 2 | 0 | 140 | 2 | 75 | 140 | 63 |
| Binary | 11110101 | 11111010 | 1001 | 10 | 0 | 1100000 | 10 | 111101 | 1100000 | 110011 |
Color Harmonies of #F5FA09
Complementary color
Monochromatic Colors of #F5FA09
Black with #F5FA09
Text Example
Text Example
White with #F5FA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA09; }
p { color: rgb(245,250,9); }
H1.HeaderClassName
{
color: #F5FA09;
}
.AnyTagClassName
{
color: #F5FA09;
}
</style>
background-color css
<style>
a { background-color: #F5FA09; }
a { background-color: rgb(245,250,9); }
div.DivClassName
{
background-color: #F5FA09;
}
.BgClassName
{
background-color: #F5FA09;
}
</style>
border-color css
<style>
span { border-color: #F5FA09; }
span { border-color: rgb(245,250,9); }
td.TdClassName
{
border-color: #F5FA09;
}
.TagClassName
{
border-color: #F5FA09;
}
</style>