Shades of Yellow #F8FB0E
Tints of Yellow #F8FB0E
RGB
CMYK
RGB Variations
Color information
#F8FB0E (or 0xF8FB0E) is known color: Yellow. HEX triplet: F8, FB and 0E. RGB value is (248,251,14). Sum of RGB (Red+Green+Blue) = 248+251+14=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 14 (5.86% from 255 or 2.73% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #F8FB0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8FB0E is #0704F1. Grayscale: #E0E0E0. Windows color (decimal): -460018 or 982008. OLE color: 982008.
HSL color Cylindrical-coordinate representation of color #F8FB0E: hue angle of 60.76º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8FB0E is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 251 | 14 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.02 |
| HSL | 60.76º | 0.97% | 0.52% | - |
| HSV(B) | 60.76º | 0.94% | 0.98% | - |
| XYZ | 73.29 | 88.98 | 13.73 | - |
| YUV | 223.09 | 10.01 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 251 | 14 | 0.01 | 0 | 0.94 | 0.02 | 60.76 | 0.97 | 0.52 |
| Hex | F8 | FB | E | 1 | 0 | 5E | 2 | 3D | 61 | 34 |
| Octal | 370 | 373 | 16 | 1 | 0 | 136 | 2 | 75 | 141 | 64 |
| Binary | 11111000 | 11111011 | 1110 | 1 | 0 | 1011110 | 10 | 111101 | 1100001 | 110100 |
Color Harmonies of #F8FB0E
Complementary color
Monochromatic Colors of #F8FB0E
Black with #F8FB0E
Text Example
Text Example
White with #F8FB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FB0E; }
p { color: rgb(248,251,14); }
H1.HeaderClassName
{
color: #F8FB0E;
}
.AnyTagClassName
{
color: #F8FB0E;
}
</style>
background-color css
<style>
a { background-color: #F8FB0E; }
a { background-color: rgb(248,251,14); }
div.DivClassName
{
background-color: #F8FB0E;
}
.BgClassName
{
background-color: #F8FB0E;
}
</style>
border-color css
<style>
span { border-color: #F8FB0E; }
span { border-color: rgb(248,251,14); }
td.TdClassName
{
border-color: #F8FB0E;
}
.TagClassName
{
border-color: #F8FB0E;
}
</style>