Shades of Selective Yellow #F8B700
Tints of Selective Yellow #F8B700
RGB
CMYK
RGB Variations
Color information
#F8B700 (or 0xF8B700) is known color: Selective Yellow. HEX triplet: F8, B7 and 00. RGB value is (248,183,0). Sum of RGB (Red+Green+Blue) = 248+183+0=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B700 is #0748FF. Grayscale: #B6B6B6. Windows color (decimal): -477440 or 47096. OLE color: 47096.
HSL color Cylindrical-coordinate representation of color #F8B700: hue angle of 44.27º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8B700 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 183 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.03 |
| HSL | 44.27º | 1% | 0.49% | - |
| HSV(B) | 44.27º | 1% | 0.97% | - |
| XYZ | 55.64 | 53.82 | 7.46 | - |
| YUV | 181.57 | 25.53 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 183 | 0 | 0 | 0.26 | 1 | 0.03 | 44.27 | 1 | 0.49 |
| Hex | F8 | B7 | 0 | 0 | 1A | 64 | 3 | 2C | 64 | 31 |
| Octal | 370 | 267 | 0 | 0 | 32 | 144 | 3 | 54 | 144 | 61 |
| Binary | 11111000 | 10110111 | 0 | 0 | 11010 | 1100100 | 11 | 101100 | 1100100 | 110001 |
Color Harmonies of #F8B700
Complementary color
Monochromatic Colors of #F8B700
Black with #F8B700
Text Example
Text Example
White with #F8B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B700; }
p { color: rgb(248,183,0); }
H1.HeaderClassName
{
color: #F8B700;
}
.AnyTagClassName
{
color: #F8B700;
}
</style>
background-color css
<style>
a { background-color: #F8B700; }
a { background-color: rgb(248,183,0); }
div.DivClassName
{
background-color: #F8B700;
}
.BgClassName
{
background-color: #F8B700;
}
</style>
border-color css
<style>
span { border-color: #F8B700; }
span { border-color: rgb(248,183,0); }
td.TdClassName
{
border-color: #F8B700;
}
.TagClassName
{
border-color: #F8B700;
}
</style>