Shades of Selective Yellow #F8B500
Tints of Selective Yellow #F8B500
RGB
CMYK
RGB Variations
Color information
#F8B500 (or 0xF8B500) is known color: Selective Yellow. HEX triplet: F8, B5 and 00. RGB value is (248,181,0). Sum of RGB (Red+Green+Blue) = 248+181+0=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B500 is #074AFF. Grayscale: #B5B5B5. Windows color (decimal): -477952 or 46584. OLE color: 46584.
HSL color Cylindrical-coordinate representation of color #F8B500: hue angle of 43.79º 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 #F8B500 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 181 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.03 |
| HSL | 43.79º | 1% | 0.49% | - |
| HSV(B) | 43.79º | 1% | 0.97% | - |
| XYZ | 55.24 | 53 | 7.32 | - |
| YUV | 180.4 | 26.2 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 181 | 0 | 0 | 0.27 | 1 | 0.03 | 43.79 | 1 | 0.49 |
| Hex | F8 | B5 | 0 | 0 | 1B | 64 | 3 | 2C | 64 | 31 |
| Octal | 370 | 265 | 0 | 0 | 33 | 144 | 3 | 54 | 144 | 61 |
| Binary | 11111000 | 10110101 | 0 | 0 | 11011 | 1100100 | 11 | 101100 | 1100100 | 110001 |
Color Harmonies of #F8B500
Complementary color
Monochromatic Colors of #F8B500
Black with #F8B500
Text Example
Text Example
White with #F8B500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B500; }
p { color: rgb(248,181,0); }
H1.HeaderClassName
{
color: #F8B500;
}
.AnyTagClassName
{
color: #F8B500;
}
</style>
background-color css
<style>
a { background-color: #F8B500; }
a { background-color: rgb(248,181,0); }
div.DivClassName
{
background-color: #F8B500;
}
.BgClassName
{
background-color: #F8B500;
}
</style>
border-color css
<style>
span { border-color: #F8B500; }
span { border-color: rgb(248,181,0); }
td.TdClassName
{
border-color: #F8B500;
}
.TagClassName
{
border-color: #F8B500;
}
</style>