Shades of Selective Yellow #F5B509
Tints of Selective Yellow #F5B509
RGB
CMYK
RGB Variations
Color information
#F5B509 (or 0xF5B509) is known color: Selective Yellow. HEX triplet: F5, B5 and 09. RGB value is (245,181,9). Sum of RGB (Red+Green+Blue) = 245+181+9=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 9 (3.91% from 255 or 2.07% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B509 is #0A4AF6. Grayscale: #B5B5B5. Windows color (decimal): -674551 or 636405. OLE color: 636405.
HSL color Cylindrical-coordinate representation of color #F5B509: hue angle of 43.73º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5B509 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 9 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.04 |
| HSL | 43.73º | 0.93% | 0.5% | - |
| HSV(B) | 43.73º | 0.96% | 0.96% | - |
| XYZ | 54.23 | 52.48 | 7.53 | - |
| YUV | 180.53 | 31.2 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 9 | 0 | 0.26 | 0.96 | 0.04 | 43.73 | 0.93 | 0.5 |
| Hex | F5 | B5 | 9 | 0 | 1A | 60 | 4 | 2C | 5D | 32 |
| Octal | 365 | 265 | 11 | 0 | 32 | 140 | 4 | 54 | 135 | 62 |
| Binary | 11110101 | 10110101 | 1001 | 0 | 11010 | 1100000 | 100 | 101100 | 1011101 | 110010 |
Color Harmonies of #F5B509
Complementary color
Monochromatic Colors of #F5B509
Black with #F5B509
Text Example
Text Example
White with #F5B509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B509; }
p { color: rgb(245,181,9); }
H1.HeaderClassName
{
color: #F5B509;
}
.AnyTagClassName
{
color: #F5B509;
}
</style>
background-color css
<style>
a { background-color: #F5B509; }
a { background-color: rgb(245,181,9); }
div.DivClassName
{
background-color: #F5B509;
}
.BgClassName
{
background-color: #F5B509;
}
</style>
border-color css
<style>
span { border-color: #F5B509; }
span { border-color: rgb(245,181,9); }
td.TdClassName
{
border-color: #F5B509;
}
.TagClassName
{
border-color: #F5B509;
}
</style>