Shades of Selective Yellow #F5B60C
Tints of Selective Yellow #F5B60C
RGB
CMYK
RGB Variations
Color information
#F5B60C (or 0xF5B60C) is known color: Selective Yellow. HEX triplet: F5, B6 and 0C. RGB value is (245,182,12). Sum of RGB (Red+Green+Blue) = 245+182+12=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B60C is #0A49F3. Grayscale: #B6B6B6. Windows color (decimal): -674292 or 833269. OLE color: 833269.
HSL color Cylindrical-coordinate representation of color #F5B60C: hue angle of 43.78º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5B60C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 182 | 12 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.04 |
| HSL | 43.78º | 0.92% | 0.5% | - |
| HSV(B) | 43.78º | 0.95% | 0.96% | - |
| XYZ | 54.45 | 52.89 | 7.69 | - |
| YUV | 181.46 | 32.37 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 182 | 12 | 0 | 0.26 | 0.95 | 0.04 | 43.78 | 0.92 | 0.5 |
| Hex | F5 | B6 | C | 0 | 1A | 5F | 4 | 2C | 5C | 32 |
| Octal | 365 | 266 | 14 | 0 | 32 | 137 | 4 | 54 | 134 | 62 |
| Binary | 11110101 | 10110110 | 1100 | 0 | 11010 | 1011111 | 100 | 101100 | 1011100 | 110010 |
Color Harmonies of #F5B60C
Complementary color
Monochromatic Colors of #F5B60C
Black with #F5B60C
Text Example
Text Example
White with #F5B60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B60C; }
p { color: rgb(245,182,12); }
H1.HeaderClassName
{
color: #F5B60C;
}
.AnyTagClassName
{
color: #F5B60C;
}
</style>
background-color css
<style>
a { background-color: #F5B60C; }
a { background-color: rgb(245,182,12); }
div.DivClassName
{
background-color: #F5B60C;
}
.BgClassName
{
background-color: #F5B60C;
}
</style>
border-color css
<style>
span { border-color: #F5B60C; }
span { border-color: rgb(245,182,12); }
td.TdClassName
{
border-color: #F5B60C;
}
.TagClassName
{
border-color: #F5B60C;
}
</style>