Shades of Amber #FFC011
Tints of Amber #FFC011
RGB
CMYK
RGB Variations
Color information
#FFC011 (or 0xFFC011) is known color: Amber. HEX triplet: FF, C0 and 11. RGB value is (255,192,17). Sum of RGB (Red+Green+Blue) = 255+192+17=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC011 is #003FEE. Grayscale: #BFBFBF. Windows color (decimal): -16367 or 1163519. OLE color: 1163519.
HSL color Cylindrical-coordinate representation of color #FFC011: hue angle of 44.12º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFC011 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 17 | - |
| CMYK | 0 | 0.25 | 0.93 | 0 |
| HSL | 44.12º | 1% | 0.53% | - |
| HSV(B) | 44.12º | 0.93% | 1% | - |
| XYZ | 60.19 | 59 | 8.75 | - |
| YUV | 190.89 | 29.87 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 17 | 0 | 0.25 | 0.93 | 0 | 44.12 | 1 | 0.53 |
| Hex | FF | C0 | 11 | 0 | 19 | 5D | 0 | 2C | 64 | 35 |
| Octal | 377 | 300 | 21 | 0 | 31 | 135 | 0 | 54 | 144 | 65 |
| Binary | 11111111 | 11000000 | 10001 | 0 | 11001 | 1011101 | 0 | 101100 | 1100100 | 110101 |
Color Harmonies of #FFC011
Complementary color
Monochromatic Colors of #FFC011
Black with #FFC011
Text Example
Text Example
White with #FFC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC011; }
p { color: rgb(255,192,17); }
H1.HeaderClassName
{
color: #FFC011;
}
.AnyTagClassName
{
color: #FFC011;
}
</style>
background-color css
<style>
a { background-color: #FFC011; }
a { background-color: rgb(255,192,17); }
div.DivClassName
{
background-color: #FFC011;
}
.BgClassName
{
background-color: #FFC011;
}
</style>
border-color css
<style>
span { border-color: #FFC011; }
span { border-color: rgb(255,192,17); }
td.TdClassName
{
border-color: #FFC011;
}
.TagClassName
{
border-color: #FFC011;
}
</style>