Shades of Selective Yellow #F5B301
Tints of Selective Yellow #F5B301
RGB
CMYK
RGB Variations
Color information
#F5B301 (or 0xF5B301) is known color: Selective Yellow. HEX triplet: F5, B3 and 01. RGB value is (245,179,1). Sum of RGB (Red+Green+Blue) = 245+179+1=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B301 is #0A4CFE. Grayscale: #B3B3B3. Windows color (decimal): -675071 or 111605. OLE color: 111605.
HSL color Cylindrical-coordinate representation of color #F5B301: hue angle of 43.77º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5B301 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 179 | 1 | - |
| CMYK | 0 | 0.27 | 1.00 | 0.04 |
| HSL | 43.77º | 0.99% | 0.48% | - |
| HSV(B) | 43.77º | 1% | 0.96% | - |
| XYZ | 53.78 | 51.65 | 7.16 | - |
| YUV | 178.44 | 27.87 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 179 | 1 | 0 | 0.27 | 1.00 | 0.04 | 43.77 | 0.99 | 0.48 |
| Hex | F5 | B3 | 1 | 0 | 1B | 64 | 4 | 2C | 63 | 30 |
| Octal | 365 | 263 | 1 | 0 | 33 | 144 | 4 | 54 | 143 | 60 |
| Binary | 11110101 | 10110011 | 1 | 0 | 11011 | 1100100 | 100 | 101100 | 1100011 | 110000 |
Color Harmonies of #F5B301
Complementary color
Monochromatic Colors of #F5B301
Black with #F5B301
Text Example
Text Example
White with #F5B301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B301; }
p { color: rgb(245,179,1); }
H1.HeaderClassName
{
color: #F5B301;
}
.AnyTagClassName
{
color: #F5B301;
}
</style>
background-color css
<style>
a { background-color: #F5B301; }
a { background-color: rgb(245,179,1); }
div.DivClassName
{
background-color: #F5B301;
}
.BgClassName
{
background-color: #F5B301;
}
</style>
border-color css
<style>
span { border-color: #F5B301; }
span { border-color: rgb(245,179,1); }
td.TdClassName
{
border-color: #F5B301;
}
.TagClassName
{
border-color: #F5B301;
}
</style>