Shades of Selective Yellow #F5B705
Tints of Selective Yellow #F5B705
RGB
CMYK
RGB Variations
Color information
#F5B705 (or 0xF5B705) is known color: Selective Yellow. HEX triplet: F5, B7 and 05. RGB value is (245,183,5). Sum of RGB (Red+Green+Blue) = 245+183+5=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B705 is #0A48FA. Grayscale: #B6B6B6. Windows color (decimal): -674043 or 374773. OLE color: 374773.
HSL color Cylindrical-coordinate representation of color #F5B705: hue angle of 44.5º 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 #F5B705 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 183 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.04 |
| HSL | 44.5º | 0.96% | 0.49% | - |
| HSV(B) | 44.5º | 0.98% | 0.96% | - |
| XYZ | 54.62 | 53.29 | 7.55 | - |
| YUV | 181.25 | 28.54 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 183 | 5 | 0 | 0.25 | 0.98 | 0.04 | 44.5 | 0.96 | 0.49 |
| Hex | F5 | B7 | 5 | 0 | 19 | 62 | 4 | 2C | 60 | 31 |
| Octal | 365 | 267 | 5 | 0 | 31 | 142 | 4 | 54 | 140 | 61 |
| Binary | 11110101 | 10110111 | 101 | 0 | 11001 | 1100010 | 100 | 101100 | 1100000 | 110001 |
Color Harmonies of #F5B705
Complementary color
Monochromatic Colors of #F5B705
Black with #F5B705
Text Example
Text Example
White with #F5B705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B705; }
p { color: rgb(245,183,5); }
H1.HeaderClassName
{
color: #F5B705;
}
.AnyTagClassName
{
color: #F5B705;
}
</style>
background-color css
<style>
a { background-color: #F5B705; }
a { background-color: rgb(245,183,5); }
div.DivClassName
{
background-color: #F5B705;
}
.BgClassName
{
background-color: #F5B705;
}
</style>
border-color css
<style>
span { border-color: #F5B705; }
span { border-color: rgb(245,183,5); }
td.TdClassName
{
border-color: #F5B705;
}
.TagClassName
{
border-color: #F5B705;
}
</style>