Shades of Yellow #F8F305
Tints of Yellow #F8F305
RGB
CMYK
RGB Variations
Color information
#F8F305 (or 0xF8F305) is known color: Yellow. HEX triplet: F8, F3 and 05. RGB value is (248,243,5). Sum of RGB (Red+Green+Blue) = 248+243+5=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 5 (2.34% from 255 or 1.01% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F305 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F305 is #070CFA. Grayscale: #DADADA. Windows color (decimal): -462075 or 390136. OLE color: 390136.
HSL color Cylindrical-coordinate representation of color #F8F305: hue angle of 58.77º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8F305 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.03 |
| HSL | 58.77º | 0.96% | 0.5% | - |
| HSV(B) | 58.77º | 0.98% | 0.97% | - |
| XYZ | 70.79 | 84.07 | 12.64 | - |
| YUV | 217.36 | 8.16 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 5 | 0 | 0.02 | 0.98 | 0.03 | 58.77 | 0.96 | 0.5 |
| Hex | F8 | F3 | 5 | 0 | 2 | 62 | 3 | 3B | 60 | 32 |
| Octal | 370 | 363 | 5 | 0 | 2 | 142 | 3 | 73 | 140 | 62 |
| Binary | 11111000 | 11110011 | 101 | 0 | 10 | 1100010 | 11 | 111011 | 1100000 | 110010 |
Color Harmonies of #F8F305
Complementary color
Monochromatic Colors of #F8F305
Black with #F8F305
Text Example
Text Example
White with #F8F305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F305; }
p { color: rgb(248,243,5); }
H1.HeaderClassName
{
color: #F8F305;
}
.AnyTagClassName
{
color: #F8F305;
}
</style>
background-color css
<style>
a { background-color: #F8F305; }
a { background-color: rgb(248,243,5); }
div.DivClassName
{
background-color: #F8F305;
}
.BgClassName
{
background-color: #F8F305;
}
</style>
border-color css
<style>
span { border-color: #F8F305; }
span { border-color: rgb(248,243,5); }
td.TdClassName
{
border-color: #F8F305;
}
.TagClassName
{
border-color: #F8F305;
}
</style>