Shades of Yellow #F5F802
Tints of Yellow #F5F802
RGB
CMYK
RGB Variations
Color information
#F5F802 (or 0xF5F802) is known color: Yellow. HEX triplet: F5, F8 and 02. RGB value is (245,248,2). Sum of RGB (Red+Green+Blue) = 245+248+2=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 2 (1.17% from 255 or 0.40% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F802 is #0A07FD. Grayscale: #DCDCDC. Windows color (decimal): -657406 or 194805. OLE color: 194805.
HSL color Cylindrical-coordinate representation of color #F5F802: hue angle of 60.73º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5F802 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 248 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.03 |
| HSL | 60.73º | 0.98% | 0.49% | - |
| HSV(B) | 60.73º | 0.99% | 0.97% | - |
| XYZ | 71.23 | 86.55 | 13.01 | - |
| YUV | 219.06 | 5.51 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 248 | 2 | 0.01 | 0 | 0.99 | 0.03 | 60.73 | 0.98 | 0.49 |
| Hex | F5 | F8 | 2 | 1 | 0 | 63 | 3 | 3D | 62 | 31 |
| Octal | 365 | 370 | 2 | 1 | 0 | 143 | 3 | 75 | 142 | 61 |
| Binary | 11110101 | 11111000 | 10 | 1 | 0 | 1100011 | 11 | 111101 | 1100010 | 110001 |
Color Harmonies of #F5F802
Complementary color
Monochromatic Colors of #F5F802
Black with #F5F802
Text Example
Text Example
White with #F5F802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F802; }
p { color: rgb(245,248,2); }
H1.HeaderClassName
{
color: #F5F802;
}
.AnyTagClassName
{
color: #F5F802;
}
</style>
background-color css
<style>
a { background-color: #F5F802; }
a { background-color: rgb(245,248,2); }
div.DivClassName
{
background-color: #F5F802;
}
.BgClassName
{
background-color: #F5F802;
}
</style>
border-color css
<style>
span { border-color: #F5F802; }
span { border-color: rgb(245,248,2); }
td.TdClassName
{
border-color: #F5F802;
}
.TagClassName
{
border-color: #F5F802;
}
</style>