Shades of Selective Yellow #F8B702
Tints of Selective Yellow #F8B702
RGB
CMYK
RGB Variations
Color information
#F8B702 (or 0xF8B702) is known color: Selective Yellow. HEX triplet: F8, B7 and 02. RGB value is (248,183,2). Sum of RGB (Red+Green+Blue) = 248+183+2=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B702 is #0748FD. Grayscale: #B6B6B6. Windows color (decimal): -477438 or 178168. OLE color: 178168.
HSL color Cylindrical-coordinate representation of color #F8B702: hue angle of 44.15º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8B702 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 183 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.03 |
| HSL | 44.15º | 0.98% | 0.49% | - |
| HSV(B) | 44.15º | 0.99% | 0.97% | - |
| XYZ | 55.66 | 53.83 | 7.51 | - |
| YUV | 181.8 | 26.53 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 183 | 2 | 0 | 0.26 | 0.99 | 0.03 | 44.15 | 0.98 | 0.49 |
| Hex | F8 | B7 | 2 | 0 | 1A | 63 | 3 | 2C | 62 | 31 |
| Octal | 370 | 267 | 2 | 0 | 32 | 143 | 3 | 54 | 142 | 61 |
| Binary | 11111000 | 10110111 | 10 | 0 | 11010 | 1100011 | 11 | 101100 | 1100010 | 110001 |
Color Harmonies of #F8B702
Complementary color
Monochromatic Colors of #F8B702
Black with #F8B702
Text Example
Text Example
White with #F8B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B702; }
p { color: rgb(248,183,2); }
H1.HeaderClassName
{
color: #F8B702;
}
.AnyTagClassName
{
color: #F8B702;
}
</style>
background-color css
<style>
a { background-color: #F8B702; }
a { background-color: rgb(248,183,2); }
div.DivClassName
{
background-color: #F8B702;
}
.BgClassName
{
background-color: #F8B702;
}
</style>
border-color css
<style>
span { border-color: #F8B702; }
span { border-color: rgb(248,183,2); }
td.TdClassName
{
border-color: #F8B702;
}
.TagClassName
{
border-color: #F8B702;
}
</style>