Shades of Amber #FFC014
Tints of Amber #FFC014
RGB
CMYK
RGB Variations
Color information
#FFC014 (or 0xFFC014) is known color: Amber. HEX triplet: FF, C0 and 14. RGB value is (255,192,20). Sum of RGB (Red+Green+Blue) = 255+192+20=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC014 is #003FEB. Grayscale: #BFBFBF. Windows color (decimal): -16364 or 1360127. OLE color: 1360127.
HSL color Cylindrical-coordinate representation of color #FFC014: hue angle of 43.91º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFC014 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 20 | - |
| CMYK | 0 | 0.25 | 0.92 | 0 |
| HSL | 43.91º | 1% | 0.54% | - |
| HSV(B) | 43.91º | 0.92% | 1% | - |
| XYZ | 60.22 | 59.01 | 8.88 | - |
| YUV | 191.23 | 31.37 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 20 | 0 | 0.25 | 0.92 | 0 | 43.91 | 1 | 0.54 |
| Hex | FF | C0 | 14 | 0 | 19 | 5C | 0 | 2C | 64 | 36 |
| Octal | 377 | 300 | 24 | 0 | 31 | 134 | 0 | 54 | 144 | 66 |
| Binary | 11111111 | 11000000 | 10100 | 0 | 11001 | 1011100 | 0 | 101100 | 1100100 | 110110 |
Color Harmonies of #FFC014
Complementary color
Monochromatic Colors of #FFC014
Black with #FFC014
Text Example
Text Example
White with #FFC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC014; }
p { color: rgb(255,192,20); }
H1.HeaderClassName
{
color: #FFC014;
}
.AnyTagClassName
{
color: #FFC014;
}
</style>
background-color css
<style>
a { background-color: #FFC014; }
a { background-color: rgb(255,192,20); }
div.DivClassName
{
background-color: #FFC014;
}
.BgClassName
{
background-color: #FFC014;
}
</style>
border-color css
<style>
span { border-color: #FFC014; }
span { border-color: rgb(255,192,20); }
td.TdClassName
{
border-color: #FFC014;
}
.TagClassName
{
border-color: #FFC014;
}
</style>