Shades of Amber #FFC110
Tints of Amber #FFC110
RGB
CMYK
RGB Variations
Color information
#FFC110 (or 0xFFC110) is known color: Amber. HEX triplet: FF, C1 and 10. RGB value is (255,193,16). Sum of RGB (Red+Green+Blue) = 255+193+16=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC110 is #003EEF. Grayscale: #C0C0C0. Windows color (decimal): -16112 or 1098239. OLE color: 1098239.
HSL color Cylindrical-coordinate representation of color #FFC110: hue angle of 44.44º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFC110 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 16 | - |
| CMYK | 0 | 0.24 | 0.94 | 0 |
| HSL | 44.44º | 1% | 0.53% | - |
| HSV(B) | 44.44º | 0.94% | 1% | - |
| XYZ | 60.4 | 59.44 | 8.78 | - |
| YUV | 191.36 | 29.04 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 16 | 0 | 0.24 | 0.94 | 0 | 44.44 | 1 | 0.53 |
| Hex | FF | C1 | 10 | 0 | 18 | 5E | 0 | 2C | 64 | 35 |
| Octal | 377 | 301 | 20 | 0 | 30 | 136 | 0 | 54 | 144 | 65 |
| Binary | 11111111 | 11000001 | 10000 | 0 | 11000 | 1011110 | 0 | 101100 | 1100100 | 110101 |
Color Harmonies of #FFC110
Complementary color
Monochromatic Colors of #FFC110
Black with #FFC110
Text Example
Text Example
White with #FFC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC110; }
p { color: rgb(255,193,16); }
H1.HeaderClassName
{
color: #FFC110;
}
.AnyTagClassName
{
color: #FFC110;
}
</style>
background-color css
<style>
a { background-color: #FFC110; }
a { background-color: rgb(255,193,16); }
div.DivClassName
{
background-color: #FFC110;
}
.BgClassName
{
background-color: #FFC110;
}
</style>
border-color css
<style>
span { border-color: #FFC110; }
span { border-color: rgb(255,193,16); }
td.TdClassName
{
border-color: #FFC110;
}
.TagClassName
{
border-color: #FFC110;
}
</style>