Shades of Amber #FFC213
Tints of Amber #FFC213
RGB
CMYK
RGB Variations
Color information
#FFC213 (or 0xFFC213) is known color: Amber. HEX triplet: FF, C2 and 13. RGB value is (255,194,19). Sum of RGB (Red+Green+Blue) = 255+194+19=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC213 is #003DEC. Grayscale: #C1C1C1. Windows color (decimal): -15853 or 1295103. OLE color: 1295103.
HSL color Cylindrical-coordinate representation of color #FFC213: hue angle of 44.49º 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 #FFC213 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 19 | - |
| CMYK | 0 | 0.24 | 0.93 | 0 |
| HSL | 44.49º | 1% | 0.54% | - |
| HSV(B) | 44.49º | 0.93% | 1% | - |
| XYZ | 60.65 | 59.89 | 8.98 | - |
| YUV | 192.29 | 30.21 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 19 | 0 | 0.24 | 0.93 | 0 | 44.49 | 1 | 0.54 |
| Hex | FF | C2 | 13 | 0 | 18 | 5D | 0 | 2C | 64 | 36 |
| Octal | 377 | 302 | 23 | 0 | 30 | 135 | 0 | 54 | 144 | 66 |
| Binary | 11111111 | 11000010 | 10011 | 0 | 11000 | 1011101 | 0 | 101100 | 1100100 | 110110 |
Color Harmonies of #FFC213
Complementary color
Monochromatic Colors of #FFC213
Black with #FFC213
Text Example
Text Example
White with #FFC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC213; }
p { color: rgb(255,194,19); }
H1.HeaderClassName
{
color: #FFC213;
}
.AnyTagClassName
{
color: #FFC213;
}
</style>
background-color css
<style>
a { background-color: #FFC213; }
a { background-color: rgb(255,194,19); }
div.DivClassName
{
background-color: #FFC213;
}
.BgClassName
{
background-color: #FFC213;
}
</style>
border-color css
<style>
span { border-color: #FFC213; }
span { border-color: rgb(255,194,19); }
td.TdClassName
{
border-color: #FFC213;
}
.TagClassName
{
border-color: #FFC213;
}
</style>