Shades of Selective Yellow #F5B710
Tints of Selective Yellow #F5B710
RGB
CMYK
RGB Variations
Color information
#F5B710 (or 0xF5B710) is known color: Selective Yellow. HEX triplet: F5, B7 and 10. RGB value is (245,183,16). Sum of RGB (Red+Green+Blue) = 245+183+16=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 16 (6.64% from 255 or 3.60% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B710 is #0A48EF. Grayscale: #B7B7B7. Windows color (decimal): -674032 or 1095669. OLE color: 1095669.
HSL color Cylindrical-coordinate representation of color #F5B710: hue angle of 43.76º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5B710 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 183 | 16 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.04 |
| HSL | 43.76º | 0.92% | 0.51% | - |
| HSV(B) | 43.76º | 0.93% | 0.96% | - |
| XYZ | 54.68 | 53.32 | 7.9 | - |
| YUV | 182.5 | 34.04 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 183 | 16 | 0 | 0.25 | 0.93 | 0.04 | 43.76 | 0.92 | 0.51 |
| Hex | F5 | B7 | 10 | 0 | 19 | 5D | 4 | 2C | 5C | 33 |
| Octal | 365 | 267 | 20 | 0 | 31 | 135 | 4 | 54 | 134 | 63 |
| Binary | 11110101 | 10110111 | 10000 | 0 | 11001 | 1011101 | 100 | 101100 | 1011100 | 110011 |
Color Harmonies of #F5B710
Complementary color
Monochromatic Colors of #F5B710
Black with #F5B710
Text Example
Text Example
White with #F5B710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B710; }
p { color: rgb(245,183,16); }
H1.HeaderClassName
{
color: #F5B710;
}
.AnyTagClassName
{
color: #F5B710;
}
</style>
background-color css
<style>
a { background-color: #F5B710; }
a { background-color: rgb(245,183,16); }
div.DivClassName
{
background-color: #F5B710;
}
.BgClassName
{
background-color: #F5B710;
}
</style>
border-color css
<style>
span { border-color: #F5B710; }
span { border-color: rgb(245,183,16); }
td.TdClassName
{
border-color: #F5B710;
}
.TagClassName
{
border-color: #F5B710;
}
</style>