Shades of Amber #FFC113
Tints of Amber #FFC113
RGB
CMYK
RGB Variations
Color information
#FFC113 (or 0xFFC113) is known color: Amber. HEX triplet: FF, C1 and 13. RGB value is (255,193,19). Sum of RGB (Red+Green+Blue) = 255+193+19=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC113 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC113 is #003EEC. Grayscale: #C0C0C0. Windows color (decimal): -16109 or 1294847. OLE color: 1294847.
HSL color Cylindrical-coordinate representation of color #FFC113: hue angle of 44.24º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFC113 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 19 | - |
| CMYK | 0 | 0.24 | 0.93 | 0 |
| HSL | 44.24º | 1% | 0.54% | - |
| HSV(B) | 44.24º | 0.93% | 1% | - |
| XYZ | 60.43 | 59.45 | 8.91 | - |
| YUV | 191.7 | 30.54 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 19 | 0 | 0.24 | 0.93 | 0 | 44.24 | 1 | 0.54 |
| Hex | FF | C1 | 13 | 0 | 18 | 5D | 0 | 2C | 64 | 36 |
| Octal | 377 | 301 | 23 | 0 | 30 | 135 | 0 | 54 | 144 | 66 |
| Binary | 11111111 | 11000001 | 10011 | 0 | 11000 | 1011101 | 0 | 101100 | 1100100 | 110110 |
Color Harmonies of #FFC113
Complementary color
Monochromatic Colors of #FFC113
Black with #FFC113
Text Example
Text Example
White with #FFC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC113; }
p { color: rgb(255,193,19); }
H1.HeaderClassName
{
color: #FFC113;
}
.AnyTagClassName
{
color: #FFC113;
}
</style>
background-color css
<style>
a { background-color: #FFC113; }
a { background-color: rgb(255,193,19); }
div.DivClassName
{
background-color: #FFC113;
}
.BgClassName
{
background-color: #FFC113;
}
</style>
border-color css
<style>
span { border-color: #FFC113; }
span { border-color: rgb(255,193,19); }
td.TdClassName
{
border-color: #FFC113;
}
.TagClassName
{
border-color: #FFC113;
}
</style>