Shades of Amber #FFC00C
Tints of Amber #FFC00C
RGB
CMYK
RGB Variations
Color information
#FFC00C (or 0xFFC00C) is known color: Amber. HEX triplet: FF, C0 and 0C. RGB value is (255,192,12). Sum of RGB (Red+Green+Blue) = 255+192+12=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC00C is #003FF3. Grayscale: #BFBFBF. Windows color (decimal): -16372 or 835839. OLE color: 835839.
HSL color Cylindrical-coordinate representation of color #FFC00C: hue angle of 44.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFC00C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0 |
| HSL | 44.44º | 1% | 0.52% | - |
| HSV(B) | 44.44º | 0.95% | 1% | - |
| XYZ | 60.16 | 58.99 | 8.56 | - |
| YUV | 190.32 | 27.37 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 12 | 0 | 0.25 | 0.95 | 0 | 44.44 | 1 | 0.52 |
| Hex | FF | C0 | C | 0 | 19 | 5F | 0 | 2C | 64 | 34 |
| Octal | 377 | 300 | 14 | 0 | 31 | 137 | 0 | 54 | 144 | 64 |
| Binary | 11111111 | 11000000 | 1100 | 0 | 11001 | 1011111 | 0 | 101100 | 1100100 | 110100 |
Color Harmonies of #FFC00C
Complementary color
Monochromatic Colors of #FFC00C
Black with #FFC00C
Text Example
Text Example
White with #FFC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC00C; }
p { color: rgb(255,192,12); }
H1.HeaderClassName
{
color: #FFC00C;
}
.AnyTagClassName
{
color: #FFC00C;
}
</style>
background-color css
<style>
a { background-color: #FFC00C; }
a { background-color: rgb(255,192,12); }
div.DivClassName
{
background-color: #FFC00C;
}
.BgClassName
{
background-color: #FFC00C;
}
</style>
border-color css
<style>
span { border-color: #FFC00C; }
span { border-color: rgb(255,192,12); }
td.TdClassName
{
border-color: #FFC00C;
}
.TagClassName
{
border-color: #FFC00C;
}
</style>