Shades of Amber #FFC013
Tints of Amber #FFC013
RGB
CMYK
RGB Variations
Color information
#FFC013 (or 0xFFC013) is known color: Amber. HEX triplet: FF, C0 and 13. RGB value is (255,192,19). Sum of RGB (Red+Green+Blue) = 255+192+19=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC013 is #003FEC. Grayscale: #BFBFBF. Windows color (decimal): -16365 or 1294591. OLE color: 1294591.
HSL color Cylindrical-coordinate representation of color #FFC013: hue angle of 43.98º 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 #FFC013 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 19 | - |
| CMYK | 0 | 0.25 | 0.93 | 0 |
| HSL | 43.98º | 1% | 0.54% | - |
| HSV(B) | 43.98º | 0.93% | 1% | - |
| XYZ | 60.21 | 59.01 | 8.83 | - |
| YUV | 191.12 | 30.87 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 19 | 0 | 0.25 | 0.93 | 0 | 43.98 | 1 | 0.54 |
| Hex | FF | C0 | 13 | 0 | 19 | 5D | 0 | 2C | 64 | 36 |
| Octal | 377 | 300 | 23 | 0 | 31 | 135 | 0 | 54 | 144 | 66 |
| Binary | 11111111 | 11000000 | 10011 | 0 | 11001 | 1011101 | 0 | 101100 | 1100100 | 110110 |
Color Harmonies of #FFC013
Complementary color
Monochromatic Colors of #FFC013
Black with #FFC013
Text Example
Text Example
White with #FFC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC013; }
p { color: rgb(255,192,19); }
H1.HeaderClassName
{
color: #FFC013;
}
.AnyTagClassName
{
color: #FFC013;
}
</style>
background-color css
<style>
a { background-color: #FFC013; }
a { background-color: rgb(255,192,19); }
div.DivClassName
{
background-color: #FFC013;
}
.BgClassName
{
background-color: #FFC013;
}
</style>
border-color css
<style>
span { border-color: #FFC013; }
span { border-color: rgb(255,192,19); }
td.TdClassName
{
border-color: #FFC013;
}
.TagClassName
{
border-color: #FFC013;
}
</style>