Shades of Selective Yellow #F8B206
Tints of Selective Yellow #F8B206
RGB
CMYK
RGB Variations
Color information
#F8B206 (or 0xF8B206) is known color: Selective Yellow. HEX triplet: F8, B2 and 06. RGB value is (248,178,6). Sum of RGB (Red+Green+Blue) = 248+178+6=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 6 (2.73% from 255 or 1.39% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8B206 is #074DF9. Grayscale: #B4B4B4. Windows color (decimal): -478714 or 439032. OLE color: 439032.
HSL color Cylindrical-coordinate representation of color #F8B206: hue angle of 42.64º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8B206 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 178 | 6 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.03 |
| HSL | 42.64º | 0.95% | 0.5% | - |
| HSV(B) | 42.64º | 0.98% | 0.97% | - |
| XYZ | 54.66 | 51.81 | 7.29 | - |
| YUV | 179.32 | 30.19 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 6 | 0 | 0.28 | 0.98 | 0.03 | 42.64 | 0.95 | 0.5 |
| Hex | F8 | B2 | 6 | 0 | 1C | 62 | 3 | 2B | 5F | 32 |
| Octal | 370 | 262 | 6 | 0 | 34 | 142 | 3 | 53 | 137 | 62 |
| Binary | 11111000 | 10110010 | 110 | 0 | 11100 | 1100010 | 11 | 101011 | 1011111 | 110010 |
Color Harmonies of #F8B206
Complementary color
Monochromatic Colors of #F8B206
Black with #F8B206
Text Example
Text Example
White with #F8B206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B206; }
p { color: rgb(248,178,6); }
H1.HeaderClassName
{
color: #F8B206;
}
.AnyTagClassName
{
color: #F8B206;
}
</style>
background-color css
<style>
a { background-color: #F8B206; }
a { background-color: rgb(248,178,6); }
div.DivClassName
{
background-color: #F8B206;
}
.BgClassName
{
background-color: #F8B206;
}
</style>
border-color css
<style>
span { border-color: #F8B206; }
span { border-color: rgb(248,178,6); }
td.TdClassName
{
border-color: #F8B206;
}
.TagClassName
{
border-color: #F8B206;
}
</style>