Shades of Selective Yellow #F5B508
Tints of Selective Yellow #F5B508
RGB
CMYK
RGB Variations
Color information
#F5B508 (or 0xF5B508) is known color: Selective Yellow. HEX triplet: F5, B5 and 08. RGB value is (245,181,8). Sum of RGB (Red+Green+Blue) = 245+181+8=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 8 (3.52% from 255 or 1.84% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B508 is #0A4AF7. Grayscale: #B5B5B5. Windows color (decimal): -674552 or 570869. OLE color: 570869.
HSL color Cylindrical-coordinate representation of color #F5B508: hue angle of 43.8º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5B508 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 8 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.04 |
| HSL | 43.8º | 0.94% | 0.5% | - |
| HSV(B) | 43.8º | 0.97% | 0.96% | - |
| XYZ | 54.22 | 52.48 | 7.5 | - |
| YUV | 180.41 | 30.7 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 8 | 0 | 0.26 | 0.97 | 0.04 | 43.8 | 0.94 | 0.5 |
| Hex | F5 | B5 | 8 | 0 | 1A | 61 | 4 | 2C | 5E | 32 |
| Octal | 365 | 265 | 10 | 0 | 32 | 141 | 4 | 54 | 136 | 62 |
| Binary | 11110101 | 10110101 | 1000 | 0 | 11010 | 1100001 | 100 | 101100 | 1011110 | 110010 |
Color Harmonies of #F5B508
Complementary color
Monochromatic Colors of #F5B508
Black with #F5B508
Text Example
Text Example
White with #F5B508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B508; }
p { color: rgb(245,181,8); }
H1.HeaderClassName
{
color: #F5B508;
}
.AnyTagClassName
{
color: #F5B508;
}
</style>
background-color css
<style>
a { background-color: #F5B508; }
a { background-color: rgb(245,181,8); }
div.DivClassName
{
background-color: #F5B508;
}
.BgClassName
{
background-color: #F5B508;
}
</style>
border-color css
<style>
span { border-color: #F5B508; }
span { border-color: rgb(245,181,8); }
td.TdClassName
{
border-color: #F5B508;
}
.TagClassName
{
border-color: #F5B508;
}
</style>