Shades of Amber #FCBD11
Tints of Amber #FCBD11
RGB
CMYK
RGB Variations
Color information
#FCBD11 (or 0xFCBD11) is known color: Amber. HEX triplet: FC, BD and 11. RGB value is (252,189,17). Sum of RGB (Red+Green+Blue) = 252+189+17=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 17 (7.03% from 255 or 3.71% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBD11 is #0342EE. Grayscale: #BCBCBC. Windows color (decimal): -213743 or 1162748. OLE color: 1162748.
HSL color Cylindrical-coordinate representation of color #FCBD11: hue angle of 43.91º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCBD11 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 17 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.01 |
| HSL | 43.91º | 0.98% | 0.53% | - |
| HSV(B) | 43.91º | 0.93% | 0.99% | - |
| XYZ | 58.44 | 57.13 | 8.48 | - |
| YUV | 188.23 | 31.37 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 17 | 0 | 0.25 | 0.93 | 0.01 | 43.91 | 0.98 | 0.53 |
| Hex | FC | BD | 11 | 0 | 19 | 5D | 1 | 2C | 62 | 35 |
| Octal | 374 | 275 | 21 | 0 | 31 | 135 | 1 | 54 | 142 | 65 |
| Binary | 11111100 | 10111101 | 10001 | 0 | 11001 | 1011101 | 1 | 101100 | 1100010 | 110101 |
Color Harmonies of #FCBD11
Complementary color
Monochromatic Colors of #FCBD11
Black with #FCBD11
Text Example
Text Example
White with #FCBD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD11; }
p { color: rgb(252,189,17); }
H1.HeaderClassName
{
color: #FCBD11;
}
.AnyTagClassName
{
color: #FCBD11;
}
</style>
background-color css
<style>
a { background-color: #FCBD11; }
a { background-color: rgb(252,189,17); }
div.DivClassName
{
background-color: #FCBD11;
}
.BgClassName
{
background-color: #FCBD11;
}
</style>
border-color css
<style>
span { border-color: #FCBD11; }
span { border-color: rgb(252,189,17); }
td.TdClassName
{
border-color: #FCBD11;
}
.TagClassName
{
border-color: #FCBD11;
}
</style>