Shades of Amber #FFC107
Tints of Amber #FFC107
RGB
CMYK
RGB Variations
Color information
#FFC107 (or 0xFFC107) is known color: Amber. HEX triplet: FF, C1 and 07. RGB value is (255,193,7). Sum of RGB (Red+Green+Blue) = 255+193+7=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC107 is #003EF8. Grayscale: #BFBFBF. Windows color (decimal): -16121 or 508415. OLE color: 508415.
HSL color Cylindrical-coordinate representation of color #FFC107: hue angle of 45º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFC107 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 193 | 7 | - |
CMYK | 0 | 0.24 | 0.97 | 0 |
HSL | 45º | 1% | 0.51% | - |
HSV(B) | 45º | 0.97% | 1% | - |
XYZ | 60.35 | 59.42 | 8.49 | - |
YUV | 190.33 | 24.54 | 174.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 193 | 7 | 0 | 0.24 | 0.97 | 0 | 45 | 1 | 0.51 |
Hex | FF | C1 | 7 | 0 | 18 | 61 | 0 | 2D | 64 | 33 |
Octal | 377 | 301 | 7 | 0 | 30 | 141 | 0 | 55 | 144 | 63 |
Binary | 11111111 | 11000001 | 111 | 0 | 11000 | 1100001 | 0 | 101101 | 1100100 | 110011 |
Color Harmonies of #FFC107
Complementary color
Monochromatic Colors of #FFC107
Black with #FFC107
Text Example
Text Example
White with #FFC107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC107; }
p { color: rgb(255,193,7); }
H1.HeaderClassName
{
color: #FFC107;
}
.AnyTagClassName
{
color: #FFC107;
}
</style>
background-color css
<style>
a { background-color: #FFC107; }
a { background-color: rgb(255,193,7); }
div.DivClassName
{
background-color: #FFC107;
}
.BgClassName
{
background-color: #FFC107;
}
</style>
border-color css
<style>
span { border-color: #FFC107; }
span { border-color: rgb(255,193,7); }
td.TdClassName
{
border-color: #FFC107;
}
.TagClassName
{
border-color: #FFC107;
}
</style>