Shades of Selective Yellow #F5B602
Tints of Selective Yellow #F5B602
RGB
CMYK
RGB Variations
Color information
#F5B602 (or 0xF5B602) is known color: Selective Yellow. HEX triplet: F5, B6 and 02. RGB value is (245,182,2). Sum of RGB (Red+Green+Blue) = 245+182+2=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B602 is #0A49FD. Grayscale: #B5B5B5. Windows color (decimal): -674302 or 177909. OLE color: 177909.
HSL color Cylindrical-coordinate representation of color #F5B602: hue angle of 44.44º 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 #F5B602 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 182 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.04 |
| HSL | 44.44º | 0.98% | 0.48% | - |
| HSV(B) | 44.44º | 0.99% | 0.96% | - |
| XYZ | 54.4 | 52.87 | 7.4 | - |
| YUV | 180.32 | 27.37 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 182 | 2 | 0 | 0.26 | 0.99 | 0.04 | 44.44 | 0.98 | 0.48 |
| Hex | F5 | B6 | 2 | 0 | 1A | 63 | 4 | 2C | 62 | 30 |
| Octal | 365 | 266 | 2 | 0 | 32 | 143 | 4 | 54 | 142 | 60 |
| Binary | 11110101 | 10110110 | 10 | 0 | 11010 | 1100011 | 100 | 101100 | 1100010 | 110000 |
Color Harmonies of #F5B602
Complementary color
Monochromatic Colors of #F5B602
Black with #F5B602
Text Example
Text Example
White with #F5B602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B602; }
p { color: rgb(245,182,2); }
H1.HeaderClassName
{
color: #F5B602;
}
.AnyTagClassName
{
color: #F5B602;
}
</style>
background-color css
<style>
a { background-color: #F5B602; }
a { background-color: rgb(245,182,2); }
div.DivClassName
{
background-color: #F5B602;
}
.BgClassName
{
background-color: #F5B602;
}
</style>
border-color css
<style>
span { border-color: #F5B602; }
span { border-color: rgb(245,182,2); }
td.TdClassName
{
border-color: #F5B602;
}
.TagClassName
{
border-color: #F5B602;
}
</style>