Shades of Amber #FFC20B
Tints of Amber #FFC20B
RGB
CMYK
RGB Variations
Color information
#FFC20B (or 0xFFC20B) is known color: Amber. HEX triplet: FF, C2 and 0B. RGB value is (255,194,11). Sum of RGB (Red+Green+Blue) = 255+194+11=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 11 (4.69% from 255 or 2.39% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC20B is #003DF4. Grayscale: #C0C0C0. Windows color (decimal): -15861 or 770815. OLE color: 770815.
HSL color Cylindrical-coordinate representation of color #FFC20B: hue angle of 45º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFC20B is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 11 | - |
| CMYK | 0 | 0.24 | 0.96 | 0 |
| HSL | 45º | 1% | 0.52% | - |
| HSV(B) | 45º | 0.96% | 1% | - |
| XYZ | 60.59 | 59.87 | 8.68 | - |
| YUV | 191.38 | 26.21 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 11 | 0 | 0.24 | 0.96 | 0 | 45 | 1 | 0.52 |
| Hex | FF | C2 | B | 0 | 18 | 60 | 0 | 2D | 64 | 34 |
| Octal | 377 | 302 | 13 | 0 | 30 | 140 | 0 | 55 | 144 | 64 |
| Binary | 11111111 | 11000010 | 1011 | 0 | 11000 | 1100000 | 0 | 101101 | 1100100 | 110100 |
Color Harmonies of #FFC20B
Complementary color
Monochromatic Colors of #FFC20B
Black with #FFC20B
Text Example
Text Example
White with #FFC20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC20B; }
p { color: rgb(255,194,11); }
H1.HeaderClassName
{
color: #FFC20B;
}
.AnyTagClassName
{
color: #FFC20B;
}
</style>
background-color css
<style>
a { background-color: #FFC20B; }
a { background-color: rgb(255,194,11); }
div.DivClassName
{
background-color: #FFC20B;
}
.BgClassName
{
background-color: #FFC20B;
}
</style>
border-color css
<style>
span { border-color: #FFC20B; }
span { border-color: rgb(255,194,11); }
td.TdClassName
{
border-color: #FFC20B;
}
.TagClassName
{
border-color: #FFC20B;
}
</style>