Shades of Yellow #F8F507
Tints of Yellow #F8F507
RGB
CMYK
RGB Variations
Color information
#F8F507 (or 0xF8F507) is known color: Yellow. HEX triplet: F8, F5 and 07. RGB value is (248,245,7). Sum of RGB (Red+Green+Blue) = 248+245+7=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 7 (3.12% from 255 or 1.4% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F507 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F507 is #070AF8. Grayscale: #DBDBDB. Windows color (decimal): -461561 or 521720. OLE color: 521720.
HSL color Cylindrical-coordinate representation of color #F8F507: hue angle of 59.25º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8F507 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 7 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.03 |
| HSL | 59.25º | 0.95% | 0.5% | - |
| HSV(B) | 59.25º | 0.97% | 0.97% | - |
| XYZ | 71.4 | 85.28 | 12.9 | - |
| YUV | 218.77 | 8.49 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 7 | 0 | 0.01 | 0.97 | 0.03 | 59.25 | 0.95 | 0.5 |
| Hex | F8 | F5 | 7 | 0 | 1 | 61 | 3 | 3B | 5F | 32 |
| Octal | 370 | 365 | 7 | 0 | 1 | 141 | 3 | 73 | 137 | 62 |
| Binary | 11111000 | 11110101 | 111 | 0 | 1 | 1100001 | 11 | 111011 | 1011111 | 110010 |
Color Harmonies of #F8F507
Complementary color
Monochromatic Colors of #F8F507
Black with #F8F507
Text Example
Text Example
White with #F8F507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F507; }
p { color: rgb(248,245,7); }
H1.HeaderClassName
{
color: #F8F507;
}
.AnyTagClassName
{
color: #F8F507;
}
</style>
background-color css
<style>
a { background-color: #F8F507; }
a { background-color: rgb(248,245,7); }
div.DivClassName
{
background-color: #F8F507;
}
.BgClassName
{
background-color: #F8F507;
}
</style>
border-color css
<style>
span { border-color: #F8F507; }
span { border-color: rgb(248,245,7); }
td.TdClassName
{
border-color: #F8F507;
}
.TagClassName
{
border-color: #F8F507;
}
</style>