Shades of Amber #FFC20D
Tints of Amber #FFC20D
RGB
CMYK
RGB Variations
Color information
#FFC20D (or 0xFFC20D) is known color: Amber. HEX triplet: FF, C2 and 0D. RGB value is (255,194,13). Sum of RGB (Red+Green+Blue) = 255+194+13=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 13 (5.47% from 255 or 2.81% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC20D is #003DF2. Grayscale: #C0C0C0. Windows color (decimal): -15859 or 901887. OLE color: 901887.
HSL color Cylindrical-coordinate representation of color #FFC20D: hue angle of 44.88º 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 #FFC20D is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 13 | - |
| CMYK | 0 | 0.24 | 0.95 | 0 |
| HSL | 44.88º | 1% | 0.53% | - |
| HSV(B) | 44.88º | 0.95% | 1% | - |
| XYZ | 60.6 | 59.87 | 8.74 | - |
| YUV | 191.61 | 27.21 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 13 | 0 | 0.24 | 0.95 | 0 | 44.88 | 1 | 0.53 |
| Hex | FF | C2 | D | 0 | 18 | 5F | 0 | 2D | 64 | 35 |
| Octal | 377 | 302 | 15 | 0 | 30 | 137 | 0 | 55 | 144 | 65 |
| Binary | 11111111 | 11000010 | 1101 | 0 | 11000 | 1011111 | 0 | 101101 | 1100100 | 110101 |
Color Harmonies of #FFC20D
Complementary color
Monochromatic Colors of #FFC20D
Black with #FFC20D
Text Example
Text Example
White with #FFC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC20D; }
p { color: rgb(255,194,13); }
H1.HeaderClassName
{
color: #FFC20D;
}
.AnyTagClassName
{
color: #FFC20D;
}
</style>
background-color css
<style>
a { background-color: #FFC20D; }
a { background-color: rgb(255,194,13); }
div.DivClassName
{
background-color: #FFC20D;
}
.BgClassName
{
background-color: #FFC20D;
}
</style>
border-color css
<style>
span { border-color: #FFC20D; }
span { border-color: rgb(255,194,13); }
td.TdClassName
{
border-color: #FFC20D;
}
.TagClassName
{
border-color: #FFC20D;
}
</style>