Shades of Selective Yellow #F5BA0E
Tints of Selective Yellow #F5BA0E
RGB
CMYK
RGB Variations
Color information
#F5BA0E (or 0xF5BA0E) is known color: Selective Yellow. HEX triplet: F5, BA and 0E. RGB value is (245,186,14). Sum of RGB (Red+Green+Blue) = 245+186+14=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BA0E is #0A45F1. Grayscale: #B8B8B8. Windows color (decimal): -673266 or 965365. OLE color: 965365.
HSL color Cylindrical-coordinate representation of color #F5BA0E: hue angle of 44.68º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5BA0E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.04 |
| HSL | 44.68º | 0.92% | 0.51% | - |
| HSV(B) | 44.68º | 0.94% | 0.96% | - |
| XYZ | 55.29 | 54.56 | 8.03 | - |
| YUV | 184.03 | 32.05 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 14 | 0 | 0.24 | 0.94 | 0.04 | 44.68 | 0.92 | 0.51 |
| Hex | F5 | BA | E | 0 | 18 | 5E | 4 | 2D | 5C | 33 |
| Octal | 365 | 272 | 16 | 0 | 30 | 136 | 4 | 55 | 134 | 63 |
| Binary | 11110101 | 10111010 | 1110 | 0 | 11000 | 1011110 | 100 | 101101 | 1011100 | 110011 |
Color Harmonies of #F5BA0E
Complementary color
Monochromatic Colors of #F5BA0E
Black with #F5BA0E
Text Example
Text Example
White with #F5BA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA0E; }
p { color: rgb(245,186,14); }
H1.HeaderClassName
{
color: #F5BA0E;
}
.AnyTagClassName
{
color: #F5BA0E;
}
</style>
background-color css
<style>
a { background-color: #F5BA0E; }
a { background-color: rgb(245,186,14); }
div.DivClassName
{
background-color: #F5BA0E;
}
.BgClassName
{
background-color: #F5BA0E;
}
</style>
border-color css
<style>
span { border-color: #F5BA0E; }
span { border-color: rgb(245,186,14); }
td.TdClassName
{
border-color: #F5BA0E;
}
.TagClassName
{
border-color: #F5BA0E;
}
</style>