Shades of Yellow #F5FD00
Tints of Yellow #F5FD00
RGB
CMYK
RGB Variations
Color information
#F5FD00 (or 0xF5FD00) is known color: Yellow. HEX triplet: F5, FD and 00. RGB value is (245,253,0). Sum of RGB (Red+Green+Blue) = 245+253+0=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 0 (0.39% from 255 or 0% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5FD00 is #0A02FF. Grayscale: #DEDEDE. Windows color (decimal): -656128 or 65013. OLE color: 65013.
HSL color Cylindrical-coordinate representation of color #F5FD00: hue angle of 61.9º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5FD00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.01 |
| HSL | 61.9º | 1% | 0.5% | - |
| HSV(B) | 61.9º | 1% | 0.99% | - |
| XYZ | 72.78 | 89.66 | 13.47 | - |
| YUV | 221.77 | 2.85 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 0 | 0.03 | 0 | 1 | 0.01 | 61.9 | 1 | 0.5 |
| Hex | F5 | FD | 0 | 3 | 0 | 64 | 1 | 3E | 64 | 32 |
| Octal | 365 | 375 | 0 | 3 | 0 | 144 | 1 | 76 | 144 | 62 |
| Binary | 11110101 | 11111101 | 0 | 11 | 0 | 1100100 | 1 | 111110 | 1100100 | 110010 |
Color Harmonies of #F5FD00
Complementary color
Monochromatic Colors of #F5FD00
Black with #F5FD00
Text Example
Text Example
White with #F5FD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD00; }
p { color: rgb(245,253,0); }
H1.HeaderClassName
{
color: #F5FD00;
}
.AnyTagClassName
{
color: #F5FD00;
}
</style>
background-color css
<style>
a { background-color: #F5FD00; }
a { background-color: rgb(245,253,0); }
div.DivClassName
{
background-color: #F5FD00;
}
.BgClassName
{
background-color: #F5FD00;
}
</style>
border-color css
<style>
span { border-color: #F5FD00; }
span { border-color: rgb(245,253,0); }
td.TdClassName
{
border-color: #F5FD00;
}
.TagClassName
{
border-color: #F5FD00;
}
</style>