Shades of Yellow #F5FE10
Tints of Yellow #F5FE10
RGB
CMYK
RGB Variations
Color information
#F5FE10 (or 0xF5FE10) is known color: Yellow. HEX triplet: F5, FE and 10. RGB value is (245,254,16). Sum of RGB (Red+Green+Blue) = 245+254+16=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 16 (6.64% from 255 or 3.11% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5FE10 is #0A01EF. Grayscale: #E1E1E1. Windows color (decimal): -655856 or 1113845. OLE color: 1113845.
HSL color Cylindrical-coordinate representation of color #F5FE10: hue angle of 62.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5FE10 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 16 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.00 |
| HSL | 62.27º | 0.99% | 0.53% | - |
| HSV(B) | 62.27º | 0.94% | 1% | - |
| XYZ | 73.19 | 90.33 | 14.07 | - |
| YUV | 224.18 | 10.52 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 16 | 0.04 | 0 | 0.94 | 0.00 | 62.27 | 0.99 | 0.53 |
| Hex | F5 | FE | 10 | 4 | 0 | 5E | 0 | 3E | 63 | 35 |
| Octal | 365 | 376 | 20 | 4 | 0 | 136 | 0 | 76 | 143 | 65 |
| Binary | 11110101 | 11111110 | 10000 | 100 | 0 | 1011110 | 0 | 111110 | 1100011 | 110101 |
Color Harmonies of #F5FE10
Complementary color
Monochromatic Colors of #F5FE10
Black with #F5FE10
Text Example
Text Example
White with #F5FE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE10; }
p { color: rgb(245,254,16); }
H1.HeaderClassName
{
color: #F5FE10;
}
.AnyTagClassName
{
color: #F5FE10;
}
</style>
background-color css
<style>
a { background-color: #F5FE10; }
a { background-color: rgb(245,254,16); }
div.DivClassName
{
background-color: #F5FE10;
}
.BgClassName
{
background-color: #F5FE10;
}
</style>
border-color css
<style>
span { border-color: #F5FE10; }
span { border-color: rgb(245,254,16); }
td.TdClassName
{
border-color: #F5FE10;
}
.TagClassName
{
border-color: #F5FE10;
}
</style>