Shades of Amber #FFC108
Tints of Amber #FFC108
RGB
CMYK
RGB Variations
Color information
#FFC108 (or 0xFFC108) is known color: Amber. HEX triplet: FF, C1 and 08. RGB value is (255,193,8). Sum of RGB (Red+Green+Blue) = 255+193+8=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC108 is #003EF7. Grayscale: #BFBFBF. Windows color (decimal): -16120 or 573951. OLE color: 573951.
HSL color Cylindrical-coordinate representation of color #FFC108: hue angle of 44.94º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFC108 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 8 | - |
| CMYK | 0 | 0.24 | 0.97 | 0 |
| HSL | 44.94º | 1% | 0.52% | - |
| HSV(B) | 44.94º | 0.97% | 1% | - |
| XYZ | 60.35 | 59.42 | 8.52 | - |
| YUV | 190.45 | 25.04 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 8 | 0 | 0.24 | 0.97 | 0 | 44.94 | 1 | 0.52 |
| Hex | FF | C1 | 8 | 0 | 18 | 61 | 0 | 2D | 64 | 34 |
| Octal | 377 | 301 | 10 | 0 | 30 | 141 | 0 | 55 | 144 | 64 |
| Binary | 11111111 | 11000001 | 1000 | 0 | 11000 | 1100001 | 0 | 101101 | 1100100 | 110100 |
Color Harmonies of #FFC108
Complementary color
Monochromatic Colors of #FFC108
Black with #FFC108
Text Example
Text Example
White with #FFC108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC108; }
p { color: rgb(255,193,8); }
H1.HeaderClassName
{
color: #FFC108;
}
.AnyTagClassName
{
color: #FFC108;
}
</style>
background-color css
<style>
a { background-color: #FFC108; }
a { background-color: rgb(255,193,8); }
div.DivClassName
{
background-color: #FFC108;
}
.BgClassName
{
background-color: #FFC108;
}
</style>
border-color css
<style>
span { border-color: #FFC108; }
span { border-color: rgb(255,193,8); }
td.TdClassName
{
border-color: #FFC108;
}
.TagClassName
{
border-color: #FFC108;
}
</style>