Shades of Amber #FCBE06
Tints of Amber #FCBE06
RGB
CMYK
RGB Variations
Color information
#FCBE06 (or 0xFCBE06) is known color: Amber. HEX triplet: FC, BE and 06. RGB value is (252,190,6). Sum of RGB (Red+Green+Blue) = 252+190+6=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 6 (2.73% from 255 or 1.34% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBE06 is #0341F9. Grayscale: #BCBCBC. Windows color (decimal): -213498 or 442108. OLE color: 442108.
HSL color Cylindrical-coordinate representation of color #FCBE06: hue angle of 44.88º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCBE06 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 6 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.01 |
| HSL | 44.88º | 0.98% | 0.51% | - |
| HSV(B) | 44.88º | 0.98% | 0.99% | - |
| XYZ | 58.59 | 57.54 | 8.19 | - |
| YUV | 187.56 | 25.54 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 6 | 0 | 0.25 | 0.98 | 0.01 | 44.88 | 0.98 | 0.51 |
| Hex | FC | BE | 6 | 0 | 19 | 62 | 1 | 2D | 62 | 33 |
| Octal | 374 | 276 | 6 | 0 | 31 | 142 | 1 | 55 | 142 | 63 |
| Binary | 11111100 | 10111110 | 110 | 0 | 11001 | 1100010 | 1 | 101101 | 1100010 | 110011 |
Color Harmonies of #FCBE06
Complementary color
Monochromatic Colors of #FCBE06
Black with #FCBE06
Text Example
Text Example
White with #FCBE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE06; }
p { color: rgb(252,190,6); }
H1.HeaderClassName
{
color: #FCBE06;
}
.AnyTagClassName
{
color: #FCBE06;
}
</style>
background-color css
<style>
a { background-color: #FCBE06; }
a { background-color: rgb(252,190,6); }
div.DivClassName
{
background-color: #FCBE06;
}
.BgClassName
{
background-color: #FCBE06;
}
</style>
border-color css
<style>
span { border-color: #FCBE06; }
span { border-color: rgb(252,190,6); }
td.TdClassName
{
border-color: #FCBE06;
}
.TagClassName
{
border-color: #FCBE06;
}
</style>