Shades of Selective Yellow #F8B401
Tints of Selective Yellow #F8B401
RGB
CMYK
RGB Variations
Color information
#F8B401 (or 0xF8B401) is known color: Selective Yellow. HEX triplet: F8, B4 and 01. RGB value is (248,180,1). Sum of RGB (Red+Green+Blue) = 248+180+1=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B401 is #074BFE. Grayscale: #B4B4B4. Windows color (decimal): -478207 or 111864. OLE color: 111864.
HSL color Cylindrical-coordinate representation of color #F8B401: hue angle of 43.48º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8B401 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 180 | 1 | - |
| CMYK | 0 | 0.27 | 1.00 | 0.03 |
| HSL | 43.48º | 0.99% | 0.49% | - |
| HSV(B) | 43.48º | 1% | 0.97% | - |
| XYZ | 55.04 | 52.6 | 7.28 | - |
| YUV | 179.93 | 27.03 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 180 | 1 | 0 | 0.27 | 1.00 | 0.03 | 43.48 | 0.99 | 0.49 |
| Hex | F8 | B4 | 1 | 0 | 1B | 64 | 3 | 2B | 63 | 31 |
| Octal | 370 | 264 | 1 | 0 | 33 | 144 | 3 | 53 | 143 | 61 |
| Binary | 11111000 | 10110100 | 1 | 0 | 11011 | 1100100 | 11 | 101011 | 1100011 | 110001 |
Color Harmonies of #F8B401
Complementary color
Monochromatic Colors of #F8B401
Black with #F8B401
Text Example
Text Example
White with #F8B401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B401; }
p { color: rgb(248,180,1); }
H1.HeaderClassName
{
color: #F8B401;
}
.AnyTagClassName
{
color: #F8B401;
}
</style>
background-color css
<style>
a { background-color: #F8B401; }
a { background-color: rgb(248,180,1); }
div.DivClassName
{
background-color: #F8B401;
}
.BgClassName
{
background-color: #F8B401;
}
</style>
border-color css
<style>
span { border-color: #F8B401; }
span { border-color: rgb(248,180,1); }
td.TdClassName
{
border-color: #F8B401;
}
.TagClassName
{
border-color: #F8B401;
}
</style>