Shades of Amber #FFC100
Tints of Amber #FFC100
RGB
CMYK
RGB Variations
Color information
#FFC100 (or 0xFFC100) is known color: Amber. HEX triplet: FF, C1 and 00. RGB value is (255,193,0). Sum of RGB (Red+Green+Blue) = 255+193+0=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC100 is #003EFF. Grayscale: #BEBEBE. Windows color (decimal): -16128 or 49663. OLE color: 49663.
HSL color Cylindrical-coordinate representation of color #FFC100: hue angle of 45.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFC100 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0 |
| HSL | 45.41º | 1% | 0.5% | - |
| HSV(B) | 45.41º | 1% | 1% | - |
| XYZ | 60.31 | 59.4 | 8.29 | - |
| YUV | 189.54 | 21.04 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 0 | 0 | 0.24 | 1 | 0 | 45.41 | 1 | 0.5 |
| Hex | FF | C1 | 0 | 0 | 18 | 64 | 0 | 2D | 64 | 32 |
| Octal | 377 | 301 | 0 | 0 | 30 | 144 | 0 | 55 | 144 | 62 |
| Binary | 11111111 | 11000001 | 0 | 0 | 11000 | 1100100 | 0 | 101101 | 1100100 | 110010 |
Color Harmonies of #FFC100
Complementary color
Monochromatic Colors of #FFC100
Black with #FFC100
Text Example
Text Example
White with #FFC100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC100; }
p { color: rgb(255,193,0); }
H1.HeaderClassName
{
color: #FFC100;
}
.AnyTagClassName
{
color: #FFC100;
}
</style>
background-color css
<style>
a { background-color: #FFC100; }
a { background-color: rgb(255,193,0); }
div.DivClassName
{
background-color: #FFC100;
}
.BgClassName
{
background-color: #FFC100;
}
</style>
border-color css
<style>
span { border-color: #FFC100; }
span { border-color: rgb(255,193,0); }
td.TdClassName
{
border-color: #FFC100;
}
.TagClassName
{
border-color: #FFC100;
}
</style>