Shades of Yellow #F5FA10
Tints of Yellow #F5FA10
RGB
CMYK
RGB Variations
Color information
#F5FA10 (or 0xF5FA10) is known color: Yellow. HEX triplet: F5, FA and 10. RGB value is (245,250,16). Sum of RGB (Red+Green+Blue) = 245+250+16=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 16 (6.64% from 255 or 3.13% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5FA10 is #0A05EF. Grayscale: #DEDEDE. Windows color (decimal): -656880 or 1112821. OLE color: 1112821.
HSL color Cylindrical-coordinate representation of color #F5FA10: hue angle of 61.28º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5FA10 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 16 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.02 |
| HSL | 61.28º | 0.96% | 0.52% | - |
| HSV(B) | 61.28º | 0.94% | 0.98% | - |
| XYZ | 71.94 | 87.82 | 13.65 | - |
| YUV | 221.83 | 11.84 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 16 | 0.02 | 0 | 0.94 | 0.02 | 61.28 | 0.96 | 0.52 |
| Hex | F5 | FA | 10 | 2 | 0 | 5E | 2 | 3D | 60 | 34 |
| Octal | 365 | 372 | 20 | 2 | 0 | 136 | 2 | 75 | 140 | 64 |
| Binary | 11110101 | 11111010 | 10000 | 10 | 0 | 1011110 | 10 | 111101 | 1100000 | 110100 |
Color Harmonies of #F5FA10
Complementary color
Monochromatic Colors of #F5FA10
Black with #F5FA10
Text Example
Text Example
White with #F5FA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA10; }
p { color: rgb(245,250,16); }
H1.HeaderClassName
{
color: #F5FA10;
}
.AnyTagClassName
{
color: #F5FA10;
}
</style>
background-color css
<style>
a { background-color: #F5FA10; }
a { background-color: rgb(245,250,16); }
div.DivClassName
{
background-color: #F5FA10;
}
.BgClassName
{
background-color: #F5FA10;
}
</style>
border-color css
<style>
span { border-color: #F5FA10; }
span { border-color: rgb(245,250,16); }
td.TdClassName
{
border-color: #F5FA10;
}
.TagClassName
{
border-color: #F5FA10;
}
</style>