Shades of Yellow #F8F503
Tints of Yellow #F8F503
RGB
CMYK
RGB Variations
Color information
#F8F503 (or 0xF8F503) is known color: Yellow. HEX triplet: F8, F5 and 03. RGB value is (248,245,3). Sum of RGB (Red+Green+Blue) = 248+245+3=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 3 (1.56% from 255 or 0.60% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F503 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F503 is #070AFC. Grayscale: #DBDBDB. Windows color (decimal): -461565 or 259576. OLE color: 259576.
HSL color Cylindrical-coordinate representation of color #F8F503: hue angle of 59.27º 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 #F8F503 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.03 |
| HSL | 59.27º | 0.98% | 0.49% | - |
| HSV(B) | 59.27º | 0.99% | 0.97% | - |
| XYZ | 71.38 | 85.27 | 12.78 | - |
| YUV | 218.31 | 6.49 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 3 | 0 | 0.01 | 0.99 | 0.03 | 59.27 | 0.98 | 0.49 |
| Hex | F8 | F5 | 3 | 0 | 1 | 63 | 3 | 3B | 62 | 31 |
| Octal | 370 | 365 | 3 | 0 | 1 | 143 | 3 | 73 | 142 | 61 |
| Binary | 11111000 | 11110101 | 11 | 0 | 1 | 1100011 | 11 | 111011 | 1100010 | 110001 |
Color Harmonies of #F8F503
Complementary color
Monochromatic Colors of #F8F503
Black with #F8F503
Text Example
Text Example
White with #F8F503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F503; }
p { color: rgb(248,245,3); }
H1.HeaderClassName
{
color: #F8F503;
}
.AnyTagClassName
{
color: #F8F503;
}
</style>
background-color css
<style>
a { background-color: #F8F503; }
a { background-color: rgb(248,245,3); }
div.DivClassName
{
background-color: #F8F503;
}
.BgClassName
{
background-color: #F8F503;
}
</style>
border-color css
<style>
span { border-color: #F8F503; }
span { border-color: rgb(248,245,3); }
td.TdClassName
{
border-color: #F8F503;
}
.TagClassName
{
border-color: #F8F503;
}
</style>