Shades of Amber #FFC00D
Tints of Amber #FFC00D
RGB
CMYK
RGB Variations
Color information
#FFC00D (or 0xFFC00D) is known color: Amber. HEX triplet: FF, C0 and 0D. RGB value is (255,192,13). Sum of RGB (Red+Green+Blue) = 255+192+13=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 13 (5.47% from 255 or 2.83% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC00D is #003FF2. Grayscale: #BFBFBF. Windows color (decimal): -16371 or 901375. OLE color: 901375.
HSL color Cylindrical-coordinate representation of color #FFC00D: hue angle of 44.38º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFC00D is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 13 | - |
| CMYK | 0 | 0.25 | 0.95 | 0 |
| HSL | 44.38º | 1% | 0.53% | - |
| HSV(B) | 44.38º | 0.95% | 1% | - |
| XYZ | 60.16 | 58.99 | 8.6 | - |
| YUV | 190.43 | 27.87 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 13 | 0 | 0.25 | 0.95 | 0 | 44.38 | 1 | 0.53 |
| Hex | FF | C0 | D | 0 | 19 | 5F | 0 | 2C | 64 | 35 |
| Octal | 377 | 300 | 15 | 0 | 31 | 137 | 0 | 54 | 144 | 65 |
| Binary | 11111111 | 11000000 | 1101 | 0 | 11001 | 1011111 | 0 | 101100 | 1100100 | 110101 |
Color Harmonies of #FFC00D
Complementary color
Monochromatic Colors of #FFC00D
Black with #FFC00D
Text Example
Text Example
White with #FFC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC00D; }
p { color: rgb(255,192,13); }
H1.HeaderClassName
{
color: #FFC00D;
}
.AnyTagClassName
{
color: #FFC00D;
}
</style>
background-color css
<style>
a { background-color: #FFC00D; }
a { background-color: rgb(255,192,13); }
div.DivClassName
{
background-color: #FFC00D;
}
.BgClassName
{
background-color: #FFC00D;
}
</style>
border-color css
<style>
span { border-color: #FFC00D; }
span { border-color: rgb(255,192,13); }
td.TdClassName
{
border-color: #FFC00D;
}
.TagClassName
{
border-color: #FFC00D;
}
</style>