Shades of Yellow #F8F103
Tints of Yellow #F8F103
RGB
CMYK
RGB Variations
Color information
#F8F103 (or 0xF8F103) is known color: Yellow. HEX triplet: F8, F1 and 03. RGB value is (248,241,3). Sum of RGB (Red+Green+Blue) = 248+241+3=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 3 (1.56% from 255 or 0.61% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F103 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F103 is #070EFC. Grayscale: #D8D8D8. Windows color (decimal): -462589 or 258552. OLE color: 258552.
HSL color Cylindrical-coordinate representation of color #F8F103: hue angle of 58.29º 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 #F8F103 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.03 |
| HSL | 58.29º | 0.98% | 0.49% | - |
| HSV(B) | 58.29º | 0.99% | 0.97% | - |
| XYZ | 70.18 | 82.87 | 12.38 | - |
| YUV | 215.96 | 7.82 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 3 | 0 | 0.03 | 0.99 | 0.03 | 58.29 | 0.98 | 0.49 |
| Hex | F8 | F1 | 3 | 0 | 3 | 63 | 3 | 3A | 62 | 31 |
| Octal | 370 | 361 | 3 | 0 | 3 | 143 | 3 | 72 | 142 | 61 |
| Binary | 11111000 | 11110001 | 11 | 0 | 11 | 1100011 | 11 | 111010 | 1100010 | 110001 |
Color Harmonies of #F8F103
Complementary color
Monochromatic Colors of #F8F103
Black with #F8F103
Text Example
Text Example
White with #F8F103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F103; }
p { color: rgb(248,241,3); }
H1.HeaderClassName
{
color: #F8F103;
}
.AnyTagClassName
{
color: #F8F103;
}
</style>
background-color css
<style>
a { background-color: #F8F103; }
a { background-color: rgb(248,241,3); }
div.DivClassName
{
background-color: #F8F103;
}
.BgClassName
{
background-color: #F8F103;
}
</style>
border-color css
<style>
span { border-color: #F8F103; }
span { border-color: rgb(248,241,3); }
td.TdClassName
{
border-color: #F8F103;
}
.TagClassName
{
border-color: #F8F103;
}
</style>