Shades of Selective Yellow #F8B101
Tints of Selective Yellow #F8B101
RGB
CMYK
RGB Variations
Color information
#F8B101 (or 0xF8B101) is known color: Selective Yellow. HEX triplet: F8, B1 and 01. RGB value is (248,177,1). Sum of RGB (Red+Green+Blue) = 248+177+1=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8B101 is #074EFE. Grayscale: #B2B2B2. Windows color (decimal): -478975 or 111096. OLE color: 111096.
HSL color Cylindrical-coordinate representation of color #F8B101: hue angle of 42.75º 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 #F8B101 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.03 |
| HSL | 42.75º | 0.99% | 0.49% | - |
| HSV(B) | 42.75º | 1% | 0.97% | - |
| XYZ | 54.44 | 51.4 | 7.08 | - |
| YUV | 178.17 | 28.02 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 1 | 0 | 0.29 | 1.00 | 0.03 | 42.75 | 0.99 | 0.49 |
| Hex | F8 | B1 | 1 | 0 | 1D | 64 | 3 | 2B | 63 | 31 |
| Octal | 370 | 261 | 1 | 0 | 35 | 144 | 3 | 53 | 143 | 61 |
| Binary | 11111000 | 10110001 | 1 | 0 | 11101 | 1100100 | 11 | 101011 | 1100011 | 110001 |
Color Harmonies of #F8B101
Complementary color
Monochromatic Colors of #F8B101
Black with #F8B101
Text Example
Text Example
White with #F8B101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B101; }
p { color: rgb(248,177,1); }
H1.HeaderClassName
{
color: #F8B101;
}
.AnyTagClassName
{
color: #F8B101;
}
</style>
background-color css
<style>
a { background-color: #F8B101; }
a { background-color: rgb(248,177,1); }
div.DivClassName
{
background-color: #F8B101;
}
.BgClassName
{
background-color: #F8B101;
}
</style>
border-color css
<style>
span { border-color: #F8B101; }
span { border-color: rgb(248,177,1); }
td.TdClassName
{
border-color: #F8B101;
}
.TagClassName
{
border-color: #F8B101;
}
</style>