Shades of Selective Yellow #F5B105
Tints of Selective Yellow #F5B105
RGB
CMYK
RGB Variations
Color information
#F5B105 (or 0xF5B105) is known color: Selective Yellow. HEX triplet: F5, B1 and 05. RGB value is (245,177,5). Sum of RGB (Red+Green+Blue) = 245+177+5=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 5 (2.34% from 255 or 1.17% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5B105 is #0A4EFA. Grayscale: #B2B2B2. Windows color (decimal): -675579 or 373237. OLE color: 373237.
HSL color Cylindrical-coordinate representation of color #F5B105: hue angle of 43º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5B105 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 177 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.04 |
| HSL | 43º | 0.96% | 0.49% | - |
| HSV(B) | 43º | 0.98% | 0.96% | - |
| XYZ | 53.41 | 50.87 | 7.15 | - |
| YUV | 177.72 | 30.53 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 177 | 5 | 0 | 0.28 | 0.98 | 0.04 | 43 | 0.96 | 0.49 |
| Hex | F5 | B1 | 5 | 0 | 1C | 62 | 4 | 2B | 60 | 31 |
| Octal | 365 | 261 | 5 | 0 | 34 | 142 | 4 | 53 | 140 | 61 |
| Binary | 11110101 | 10110001 | 101 | 0 | 11100 | 1100010 | 100 | 101011 | 1100000 | 110001 |
Color Harmonies of #F5B105
Complementary color
Monochromatic Colors of #F5B105
Black with #F5B105
Text Example
Text Example
White with #F5B105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B105; }
p { color: rgb(245,177,5); }
H1.HeaderClassName
{
color: #F5B105;
}
.AnyTagClassName
{
color: #F5B105;
}
</style>
background-color css
<style>
a { background-color: #F5B105; }
a { background-color: rgb(245,177,5); }
div.DivClassName
{
background-color: #F5B105;
}
.BgClassName
{
background-color: #F5B105;
}
</style>
border-color css
<style>
span { border-color: #F5B105; }
span { border-color: rgb(245,177,5); }
td.TdClassName
{
border-color: #F5B105;
}
.TagClassName
{
border-color: #F5B105;
}
</style>