Shades of Selective Yellow #FFB60C
Tints of Selective Yellow #FFB60C
RGB
CMYK
RGB Variations
Color information
#FFB60C (or 0xFFB60C) is known color: Selective Yellow. HEX triplet: FF, B6 and 0C. RGB value is (255,182,12). Sum of RGB (Red+Green+Blue) = 255+182+12=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB60C is #0049F3. Grayscale: #B9B9B9. Windows color (decimal): -18932 or 833279. OLE color: 833279.
HSL color Cylindrical-coordinate representation of color #FFB60C: hue angle of 41.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFB60C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 12 | - |
| CMYK | 0 | 0.29 | 0.95 | 0 |
| HSL | 41.98º | 1% | 0.52% | - |
| HSV(B) | 41.98º | 0.95% | 1% | - |
| XYZ | 58.03 | 54.74 | 7.86 | - |
| YUV | 184.45 | 30.68 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 12 | 0 | 0.29 | 0.95 | 0 | 41.98 | 1 | 0.52 |
| Hex | FF | B6 | C | 0 | 1D | 5F | 0 | 2A | 64 | 34 |
| Octal | 377 | 266 | 14 | 0 | 35 | 137 | 0 | 52 | 144 | 64 |
| Binary | 11111111 | 10110110 | 1100 | 0 | 11101 | 1011111 | 0 | 101010 | 1100100 | 110100 |
Color Harmonies of #FFB60C
Complementary color
Monochromatic Colors of #FFB60C
Black with #FFB60C
Text Example
Text Example
White with #FFB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB60C; }
p { color: rgb(255,182,12); }
H1.HeaderClassName
{
color: #FFB60C;
}
.AnyTagClassName
{
color: #FFB60C;
}
</style>
background-color css
<style>
a { background-color: #FFB60C; }
a { background-color: rgb(255,182,12); }
div.DivClassName
{
background-color: #FFB60C;
}
.BgClassName
{
background-color: #FFB60C;
}
</style>
border-color css
<style>
span { border-color: #FFB60C; }
span { border-color: rgb(255,182,12); }
td.TdClassName
{
border-color: #FFB60C;
}
.TagClassName
{
border-color: #FFB60C;
}
</style>