Shades of Amber #FFC001
Tints of Amber #FFC001
RGB
CMYK
RGB Variations
Color information
#FFC001 (or 0xFFC001) is known color: Amber. HEX triplet: FF, C0 and 01. RGB value is (255,192,1). Sum of RGB (Red+Green+Blue) = 255+192+1=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC001 is #003FFE. Grayscale: #BDBDBD. Windows color (decimal): -16383 or 114943. OLE color: 114943.
HSL color Cylindrical-coordinate representation of color #FFC001: hue angle of 45.12º 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 #FFC001 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0 |
| HSL | 45.12º | 1% | 0.5% | - |
| HSV(B) | 45.12º | 1% | 1% | - |
| XYZ | 60.1 | 58.96 | 8.24 | - |
| YUV | 189.06 | 21.87 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 1 | 0 | 0.25 | 1.00 | 0 | 45.12 | 1 | 0.5 |
| Hex | FF | C0 | 1 | 0 | 19 | 64 | 0 | 2D | 64 | 32 |
| Octal | 377 | 300 | 1 | 0 | 31 | 144 | 0 | 55 | 144 | 62 |
| Binary | 11111111 | 11000000 | 1 | 0 | 11001 | 1100100 | 0 | 101101 | 1100100 | 110010 |
Color Harmonies of #FFC001
Complementary color
Monochromatic Colors of #FFC001
Black with #FFC001
Text Example
Text Example
White with #FFC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC001; }
p { color: rgb(255,192,1); }
H1.HeaderClassName
{
color: #FFC001;
}
.AnyTagClassName
{
color: #FFC001;
}
</style>
background-color css
<style>
a { background-color: #FFC001; }
a { background-color: rgb(255,192,1); }
div.DivClassName
{
background-color: #FFC001;
}
.BgClassName
{
background-color: #FFC001;
}
</style>
border-color css
<style>
span { border-color: #FFC001; }
span { border-color: rgb(255,192,1); }
td.TdClassName
{
border-color: #FFC001;
}
.TagClassName
{
border-color: #FFC001;
}
</style>