Shades of Amber #FCBD10
Tints of Amber #FCBD10
RGB
CMYK
RGB Variations
Color information
#FCBD10 (or 0xFCBD10) is known color: Amber. HEX triplet: FC, BD and 10. RGB value is (252,189,16). Sum of RGB (Red+Green+Blue) = 252+189+16=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBD10 is #0342EF. Grayscale: #BCBCBC. Windows color (decimal): -213744 or 1097212. OLE color: 1097212.
HSL color Cylindrical-coordinate representation of color #FCBD10: hue angle of 43.98º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCBD10 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 16 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.01 |
| HSL | 43.98º | 0.98% | 0.53% | - |
| HSV(B) | 43.98º | 0.94% | 0.99% | - |
| XYZ | 58.44 | 57.13 | 8.44 | - |
| YUV | 188.12 | 30.87 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 16 | 0 | 0.25 | 0.94 | 0.01 | 43.98 | 0.98 | 0.53 |
| Hex | FC | BD | 10 | 0 | 19 | 5E | 1 | 2C | 62 | 35 |
| Octal | 374 | 275 | 20 | 0 | 31 | 136 | 1 | 54 | 142 | 65 |
| Binary | 11111100 | 10111101 | 10000 | 0 | 11001 | 1011110 | 1 | 101100 | 1100010 | 110101 |
Color Harmonies of #FCBD10
Complementary color
Monochromatic Colors of #FCBD10
Black with #FCBD10
Text Example
Text Example
White with #FCBD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD10; }
p { color: rgb(252,189,16); }
H1.HeaderClassName
{
color: #FCBD10;
}
.AnyTagClassName
{
color: #FCBD10;
}
</style>
background-color css
<style>
a { background-color: #FCBD10; }
a { background-color: rgb(252,189,16); }
div.DivClassName
{
background-color: #FCBD10;
}
.BgClassName
{
background-color: #FCBD10;
}
</style>
border-color css
<style>
span { border-color: #FCBD10; }
span { border-color: rgb(252,189,16); }
td.TdClassName
{
border-color: #FCBD10;
}
.TagClassName
{
border-color: #FCBD10;
}
</style>