Shades of Selective Yellow #F5B90F
Tints of Selective Yellow #F5B90F
RGB
CMYK
RGB Variations
Color information
#F5B90F (or 0xF5B90F) is known color: Selective Yellow. HEX triplet: F5, B9 and 0F. RGB value is (245,185,15). Sum of RGB (Red+Green+Blue) = 245+185+15=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B90F is #0A46F0. Grayscale: #B8B8B8. Windows color (decimal): -673521 or 1030645. OLE color: 1030645.
HSL color Cylindrical-coordinate representation of color #F5B90F: hue angle of 44.35º 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 #F5B90F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 185 | 15 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.04 |
| HSL | 44.35º | 0.92% | 0.51% | - |
| HSV(B) | 44.35º | 0.94% | 0.96% | - |
| XYZ | 55.09 | 54.14 | 8 | - |
| YUV | 183.56 | 32.88 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 185 | 15 | 0 | 0.24 | 0.94 | 0.04 | 44.35 | 0.92 | 0.51 |
| Hex | F5 | B9 | F | 0 | 18 | 5E | 4 | 2C | 5C | 33 |
| Octal | 365 | 271 | 17 | 0 | 30 | 136 | 4 | 54 | 134 | 63 |
| Binary | 11110101 | 10111001 | 1111 | 0 | 11000 | 1011110 | 100 | 101100 | 1011100 | 110011 |
Color Harmonies of #F5B90F
Complementary color
Monochromatic Colors of #F5B90F
Black with #F5B90F
Text Example
Text Example
White with #F5B90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B90F; }
p { color: rgb(245,185,15); }
H1.HeaderClassName
{
color: #F5B90F;
}
.AnyTagClassName
{
color: #F5B90F;
}
</style>
background-color css
<style>
a { background-color: #F5B90F; }
a { background-color: rgb(245,185,15); }
div.DivClassName
{
background-color: #F5B90F;
}
.BgClassName
{
background-color: #F5B90F;
}
</style>
border-color css
<style>
span { border-color: #F5B90F; }
span { border-color: rgb(245,185,15); }
td.TdClassName
{
border-color: #F5B90F;
}
.TagClassName
{
border-color: #F5B90F;
}
</style>