Shades of Selective Yellow #F8B70D
Tints of Selective Yellow #F8B70D
RGB
CMYK
RGB Variations
Color information
#F8B70D (or 0xF8B70D) is known color: Selective Yellow. HEX triplet: F8, B7 and 0D. RGB value is (248,183,13). Sum of RGB (Red+Green+Blue) = 248+183+13=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B70D is #0748F2. Grayscale: #B7B7B7. Windows color (decimal): -477427 or 899064. OLE color: 899064.
HSL color Cylindrical-coordinate representation of color #F8B70D: hue angle of 43.4º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8B70D is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 183 | 13 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.03 |
| HSL | 43.4º | 0.94% | 0.51% | - |
| HSV(B) | 43.4º | 0.95% | 0.97% | - |
| XYZ | 55.72 | 53.85 | 7.84 | - |
| YUV | 183.06 | 32.03 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 183 | 13 | 0 | 0.26 | 0.95 | 0.03 | 43.4 | 0.94 | 0.51 |
| Hex | F8 | B7 | D | 0 | 1A | 5F | 3 | 2B | 5E | 33 |
| Octal | 370 | 267 | 15 | 0 | 32 | 137 | 3 | 53 | 136 | 63 |
| Binary | 11111000 | 10110111 | 1101 | 0 | 11010 | 1011111 | 11 | 101011 | 1011110 | 110011 |
Color Harmonies of #F8B70D
Complementary color
Monochromatic Colors of #F8B70D
Black with #F8B70D
Text Example
Text Example
White with #F8B70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B70D; }
p { color: rgb(248,183,13); }
H1.HeaderClassName
{
color: #F8B70D;
}
.AnyTagClassName
{
color: #F8B70D;
}
</style>
background-color css
<style>
a { background-color: #F8B70D; }
a { background-color: rgb(248,183,13); }
div.DivClassName
{
background-color: #F8B70D;
}
.BgClassName
{
background-color: #F8B70D;
}
</style>
border-color css
<style>
span { border-color: #F8B70D; }
span { border-color: rgb(248,183,13); }
td.TdClassName
{
border-color: #F8B70D;
}
.TagClassName
{
border-color: #F8B70D;
}
</style>