Shades of Yellow #F5FD02
Tints of Yellow #F5FD02
RGB
CMYK
RGB Variations
Color information
#F5FD02 (or 0xF5FD02) is known color: Yellow. HEX triplet: F5, FD and 02. RGB value is (245,253,2). Sum of RGB (Red+Green+Blue) = 245+253+2=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 2 (1.17% from 255 or 0.4% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5FD02 is #0A02FD. Grayscale: #DEDEDE. Windows color (decimal): -656126 or 196085. OLE color: 196085.
HSL color Cylindrical-coordinate representation of color #F5FD02: hue angle of 61.91º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5FD02 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.01 |
| HSL | 61.91º | 0.98% | 0.5% | - |
| HSV(B) | 61.91º | 0.99% | 0.99% | - |
| XYZ | 72.79 | 89.67 | 13.53 | - |
| YUV | 221.99 | 3.85 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 2 | 0.03 | 0 | 0.99 | 0.01 | 61.91 | 0.98 | 0.5 |
| Hex | F5 | FD | 2 | 3 | 0 | 63 | 1 | 3E | 62 | 32 |
| Octal | 365 | 375 | 2 | 3 | 0 | 143 | 1 | 76 | 142 | 62 |
| Binary | 11110101 | 11111101 | 10 | 11 | 0 | 1100011 | 1 | 111110 | 1100010 | 110010 |
Color Harmonies of #F5FD02
Complementary color
Monochromatic Colors of #F5FD02
Black with #F5FD02
Text Example
Text Example
White with #F5FD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD02; }
p { color: rgb(245,253,2); }
H1.HeaderClassName
{
color: #F5FD02;
}
.AnyTagClassName
{
color: #F5FD02;
}
</style>
background-color css
<style>
a { background-color: #F5FD02; }
a { background-color: rgb(245,253,2); }
div.DivClassName
{
background-color: #F5FD02;
}
.BgClassName
{
background-color: #F5FD02;
}
</style>
border-color css
<style>
span { border-color: #F5FD02; }
span { border-color: rgb(245,253,2); }
td.TdClassName
{
border-color: #F5FD02;
}
.TagClassName
{
border-color: #F5FD02;
}
</style>