Shades of Amber #FFC003
Tints of Amber #FFC003
RGB
CMYK
RGB Variations
Color information
#FFC003 (or 0xFFC003) is known color: Amber. HEX triplet: FF, C0 and 03. RGB value is (255,192,3). Sum of RGB (Red+Green+Blue) = 255+192+3=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 3 (1.56% from 255 or 0.67% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC003 is #003FFC. Grayscale: #BEBEBE. Windows color (decimal): -16381 or 246015. OLE color: 246015.
HSL color Cylindrical-coordinate representation of color #FFC003: hue angle of 45º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFC003 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0 |
| HSL | 45º | 1% | 0.51% | - |
| HSV(B) | 45º | 0.99% | 1% | - |
| XYZ | 60.11 | 58.97 | 8.3 | - |
| YUV | 189.29 | 22.87 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 3 | 0 | 0.25 | 0.99 | 0 | 45 | 1 | 0.51 |
| Hex | FF | C0 | 3 | 0 | 19 | 63 | 0 | 2D | 64 | 33 |
| Octal | 377 | 300 | 3 | 0 | 31 | 143 | 0 | 55 | 144 | 63 |
| Binary | 11111111 | 11000000 | 11 | 0 | 11001 | 1100011 | 0 | 101101 | 1100100 | 110011 |
Color Harmonies of #FFC003
Complementary color
Monochromatic Colors of #FFC003
Black with #FFC003
Text Example
Text Example
White with #FFC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC003; }
p { color: rgb(255,192,3); }
H1.HeaderClassName
{
color: #FFC003;
}
.AnyTagClassName
{
color: #FFC003;
}
</style>
background-color css
<style>
a { background-color: #FFC003; }
a { background-color: rgb(255,192,3); }
div.DivClassName
{
background-color: #FFC003;
}
.BgClassName
{
background-color: #FFC003;
}
</style>
border-color css
<style>
span { border-color: #FFC003; }
span { border-color: rgb(255,192,3); }
td.TdClassName
{
border-color: #FFC003;
}
.TagClassName
{
border-color: #FFC003;
}
</style>