Shades of Amber #FFC101
Tints of Amber #FFC101
RGB
CMYK
RGB Variations
Color information
#FFC101 (or 0xFFC101) is known color: Amber. HEX triplet: FF, C1 and 01. RGB value is (255,193,1). Sum of RGB (Red+Green+Blue) = 255+193+1=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC101 is #003EFE. Grayscale: #BEBEBE. Windows color (decimal): -16127 or 115199. OLE color: 115199.
HSL color Cylindrical-coordinate representation of color #FFC101: hue angle of 45.35º 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 #FFC101 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0 |
| HSL | 45.35º | 1% | 0.5% | - |
| HSV(B) | 45.35º | 1% | 1% | - |
| XYZ | 60.32 | 59.4 | 8.32 | - |
| YUV | 189.65 | 21.54 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 1 | 0 | 0.24 | 1.00 | 0 | 45.35 | 1 | 0.5 |
| Hex | FF | C1 | 1 | 0 | 18 | 64 | 0 | 2D | 64 | 32 |
| Octal | 377 | 301 | 1 | 0 | 30 | 144 | 0 | 55 | 144 | 62 |
| Binary | 11111111 | 11000001 | 1 | 0 | 11000 | 1100100 | 0 | 101101 | 1100100 | 110010 |
Color Harmonies of #FFC101
Complementary color
Monochromatic Colors of #FFC101
Black with #FFC101
Text Example
Text Example
White with #FFC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC101; }
p { color: rgb(255,193,1); }
H1.HeaderClassName
{
color: #FFC101;
}
.AnyTagClassName
{
color: #FFC101;
}
</style>
background-color css
<style>
a { background-color: #FFC101; }
a { background-color: rgb(255,193,1); }
div.DivClassName
{
background-color: #FFC101;
}
.BgClassName
{
background-color: #FFC101;
}
</style>
border-color css
<style>
span { border-color: #FFC101; }
span { border-color: rgb(255,193,1); }
td.TdClassName
{
border-color: #FFC101;
}
.TagClassName
{
border-color: #FFC101;
}
</style>