Shades of Selective Yellow #F5B80B
Tints of Selective Yellow #F5B80B
RGB
CMYK
RGB Variations
Color information
#F5B80B (or 0xF5B80B) is known color: Selective Yellow. HEX triplet: F5, B8 and 0B. RGB value is (245,184,11). Sum of RGB (Red+Green+Blue) = 245+184+11=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B80B is #0A47F4. Grayscale: #B7B7B7. Windows color (decimal): -673781 or 768245. OLE color: 768245.
HSL color Cylindrical-coordinate representation of color #F5B80B: hue angle of 44.36º degrees, saturation: 0.92, 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 #F5B80B is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 184 | 11 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.04 |
| HSL | 44.36º | 0.92% | 0.5% | - |
| HSV(B) | 44.36º | 0.96% | 0.96% | - |
| XYZ | 54.86 | 53.72 | 7.79 | - |
| YUV | 182.52 | 31.21 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 184 | 11 | 0 | 0.25 | 0.96 | 0.04 | 44.36 | 0.92 | 0.5 |
| Hex | F5 | B8 | B | 0 | 19 | 60 | 4 | 2C | 5C | 32 |
| Octal | 365 | 270 | 13 | 0 | 31 | 140 | 4 | 54 | 134 | 62 |
| Binary | 11110101 | 10111000 | 1011 | 0 | 11001 | 1100000 | 100 | 101100 | 1011100 | 110010 |
Color Harmonies of #F5B80B
Complementary color
Monochromatic Colors of #F5B80B
Black with #F5B80B
Text Example
Text Example
White with #F5B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B80B; }
p { color: rgb(245,184,11); }
H1.HeaderClassName
{
color: #F5B80B;
}
.AnyTagClassName
{
color: #F5B80B;
}
</style>
background-color css
<style>
a { background-color: #F5B80B; }
a { background-color: rgb(245,184,11); }
div.DivClassName
{
background-color: #F5B80B;
}
.BgClassName
{
background-color: #F5B80B;
}
</style>
border-color css
<style>
span { border-color: #F5B80B; }
span { border-color: rgb(245,184,11); }
td.TdClassName
{
border-color: #F5B80B;
}
.TagClassName
{
border-color: #F5B80B;
}
</style>