Shades of Amber #FFC012
Tints of Amber #FFC012
RGB
CMYK
RGB Variations
Color information
#FFC012 (or 0xFFC012) is known color: Amber. HEX triplet: FF, C0 and 12. RGB value is (255,192,18). Sum of RGB (Red+Green+Blue) = 255+192+18=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC012 is #003FED. Grayscale: #BFBFBF. Windows color (decimal): -16366 or 1229055. OLE color: 1229055.
HSL color Cylindrical-coordinate representation of color #FFC012: hue angle of 44.05º 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 #FFC012 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 18 | - |
| CMYK | 0 | 0.25 | 0.93 | 0 |
| HSL | 44.05º | 1% | 0.54% | - |
| HSV(B) | 44.05º | 0.93% | 1% | - |
| XYZ | 60.2 | 59 | 8.79 | - |
| YUV | 191 | 30.37 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 18 | 0 | 0.25 | 0.93 | 0 | 44.05 | 1 | 0.54 |
| Hex | FF | C0 | 12 | 0 | 19 | 5D | 0 | 2C | 64 | 36 |
| Octal | 377 | 300 | 22 | 0 | 31 | 135 | 0 | 54 | 144 | 66 |
| Binary | 11111111 | 11000000 | 10010 | 0 | 11001 | 1011101 | 0 | 101100 | 1100100 | 110110 |
Color Harmonies of #FFC012
Complementary color
Monochromatic Colors of #FFC012
Black with #FFC012
Text Example
Text Example
White with #FFC012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC012; }
p { color: rgb(255,192,18); }
H1.HeaderClassName
{
color: #FFC012;
}
.AnyTagClassName
{
color: #FFC012;
}
</style>
background-color css
<style>
a { background-color: #FFC012; }
a { background-color: rgb(255,192,18); }
div.DivClassName
{
background-color: #FFC012;
}
.BgClassName
{
background-color: #FFC012;
}
</style>
border-color css
<style>
span { border-color: #FFC012; }
span { border-color: rgb(255,192,18); }
td.TdClassName
{
border-color: #FFC012;
}
.TagClassName
{
border-color: #FFC012;
}
</style>