Shades of Amber #FFC109
Tints of Amber #FFC109
RGB
CMYK
RGB Variations
Color information
#FFC109 (or 0xFFC109) is known color: Amber. HEX triplet: FF, C1 and 09. RGB value is (255,193,9). Sum of RGB (Red+Green+Blue) = 255+193+9=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 9 (3.91% from 255 or 1.97% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC109 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC109 is #003EF6. Grayscale: #BFBFBF. Windows color (decimal): -16119 or 639487. OLE color: 639487.
HSL color Cylindrical-coordinate representation of color #FFC109: hue angle of 44.88º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFC109 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 9 | - |
| CMYK | 0 | 0.24 | 0.96 | 0 |
| HSL | 44.88º | 1% | 0.52% | - |
| HSV(B) | 44.88º | 0.96% | 1% | - |
| XYZ | 60.36 | 59.42 | 8.55 | - |
| YUV | 190.56 | 25.54 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 9 | 0 | 0.24 | 0.96 | 0 | 44.88 | 1 | 0.52 |
| Hex | FF | C1 | 9 | 0 | 18 | 60 | 0 | 2D | 64 | 34 |
| Octal | 377 | 301 | 11 | 0 | 30 | 140 | 0 | 55 | 144 | 64 |
| Binary | 11111111 | 11000001 | 1001 | 0 | 11000 | 1100000 | 0 | 101101 | 1100100 | 110100 |
Color Harmonies of #FFC109
Complementary color
Monochromatic Colors of #FFC109
Black with #FFC109
Text Example
Text Example
White with #FFC109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC109; }
p { color: rgb(255,193,9); }
H1.HeaderClassName
{
color: #FFC109;
}
.AnyTagClassName
{
color: #FFC109;
}
</style>
background-color css
<style>
a { background-color: #FFC109; }
a { background-color: rgb(255,193,9); }
div.DivClassName
{
background-color: #FFC109;
}
.BgClassName
{
background-color: #FFC109;
}
</style>
border-color css
<style>
span { border-color: #FFC109; }
span { border-color: rgb(255,193,9); }
td.TdClassName
{
border-color: #FFC109;
}
.TagClassName
{
border-color: #FFC109;
}
</style>