Shades of Selective Yellow #F5B002
Tints of Selective Yellow #F5B002
RGB
CMYK
RGB Variations
Color information
#F5B002 (or 0xF5B002) is known color: Selective Yellow. HEX triplet: F5, B0 and 02. RGB value is (245,176,2). Sum of RGB (Red+Green+Blue) = 245+176+2=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5B002 is #0A4FFD. Grayscale: #B1B1B1. Windows color (decimal): -675838 or 176373. OLE color: 176373.
HSL color Cylindrical-coordinate representation of color #F5B002: hue angle of 42.96º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5B002 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.04 |
| HSL | 42.96º | 0.98% | 0.48% | - |
| HSV(B) | 42.96º | 0.99% | 0.96% | - |
| XYZ | 53.19 | 50.47 | 7 | - |
| YUV | 176.8 | 29.36 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 2 | 0 | 0.28 | 0.99 | 0.04 | 42.96 | 0.98 | 0.48 |
| Hex | F5 | B0 | 2 | 0 | 1C | 63 | 4 | 2B | 62 | 30 |
| Octal | 365 | 260 | 2 | 0 | 34 | 143 | 4 | 53 | 142 | 60 |
| Binary | 11110101 | 10110000 | 10 | 0 | 11100 | 1100011 | 100 | 101011 | 1100010 | 110000 |
Color Harmonies of #F5B002
Complementary color
Monochromatic Colors of #F5B002
Black with #F5B002
Text Example
Text Example
White with #F5B002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B002; }
p { color: rgb(245,176,2); }
H1.HeaderClassName
{
color: #F5B002;
}
.AnyTagClassName
{
color: #F5B002;
}
</style>
background-color css
<style>
a { background-color: #F5B002; }
a { background-color: rgb(245,176,2); }
div.DivClassName
{
background-color: #F5B002;
}
.BgClassName
{
background-color: #F5B002;
}
</style>
border-color css
<style>
span { border-color: #F5B002; }
span { border-color: rgb(245,176,2); }
td.TdClassName
{
border-color: #F5B002;
}
.TagClassName
{
border-color: #F5B002;
}
</style>