Shades of Amber #FCBE12
Tints of Amber #FCBE12
RGB
CMYK
RGB Variations
Color information
#FCBE12 (or 0xFCBE12) is known color: Amber. HEX triplet: FC, BE and 12. RGB value is (252,190,18). Sum of RGB (Red+Green+Blue) = 252+190+18=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBE12 is #0341ED. Grayscale: #BDBDBD. Windows color (decimal): -213486 or 1228540. OLE color: 1228540.
HSL color Cylindrical-coordinate representation of color #FCBE12: hue angle of 44.1º 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 #FCBE12 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 18 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.01 |
| HSL | 44.1º | 0.98% | 0.53% | - |
| HSV(B) | 44.1º | 0.93% | 0.99% | - |
| XYZ | 58.67 | 57.57 | 8.59 | - |
| YUV | 188.93 | 31.54 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 18 | 0 | 0.25 | 0.93 | 0.01 | 44.1 | 0.98 | 0.53 |
| Hex | FC | BE | 12 | 0 | 19 | 5D | 1 | 2C | 62 | 35 |
| Octal | 374 | 276 | 22 | 0 | 31 | 135 | 1 | 54 | 142 | 65 |
| Binary | 11111100 | 10111110 | 10010 | 0 | 11001 | 1011101 | 1 | 101100 | 1100010 | 110101 |
Color Harmonies of #FCBE12
Complementary color
Monochromatic Colors of #FCBE12
Black with #FCBE12
Text Example
Text Example
White with #FCBE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE12; }
p { color: rgb(252,190,18); }
H1.HeaderClassName
{
color: #FCBE12;
}
.AnyTagClassName
{
color: #FCBE12;
}
</style>
background-color css
<style>
a { background-color: #FCBE12; }
a { background-color: rgb(252,190,18); }
div.DivClassName
{
background-color: #FCBE12;
}
.BgClassName
{
background-color: #FCBE12;
}
</style>
border-color css
<style>
span { border-color: #FCBE12; }
span { border-color: rgb(252,190,18); }
td.TdClassName
{
border-color: #FCBE12;
}
.TagClassName
{
border-color: #FCBE12;
}
</style>