Shades of Amber #FCBE03
Tints of Amber #FCBE03
RGB
CMYK
RGB Variations
Color information
#FCBE03 (or 0xFCBE03) is known color: Amber. HEX triplet: FC, BE and 03. RGB value is (252,190,3). Sum of RGB (Red+Green+Blue) = 252+190+3=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 3 (1.56% from 255 or 0.67% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBE03 is #0341FC. Grayscale: #BCBCBC. Windows color (decimal): -213501 or 245500. OLE color: 245500.
HSL color Cylindrical-coordinate representation of color #FCBE03: hue angle of 45.06º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCBE03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.01 |
| HSL | 45.06º | 0.98% | 0.5% | - |
| HSV(B) | 45.06º | 0.99% | 0.99% | - |
| XYZ | 58.57 | 57.53 | 8.1 | - |
| YUV | 187.22 | 24.04 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 3 | 0 | 0.25 | 0.99 | 0.01 | 45.06 | 0.98 | 0.5 |
| Hex | FC | BE | 3 | 0 | 19 | 63 | 1 | 2D | 62 | 32 |
| Octal | 374 | 276 | 3 | 0 | 31 | 143 | 1 | 55 | 142 | 62 |
| Binary | 11111100 | 10111110 | 11 | 0 | 11001 | 1100011 | 1 | 101101 | 1100010 | 110010 |
Color Harmonies of #FCBE03
Complementary color
Monochromatic Colors of #FCBE03
Black with #FCBE03
Text Example
Text Example
White with #FCBE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE03; }
p { color: rgb(252,190,3); }
H1.HeaderClassName
{
color: #FCBE03;
}
.AnyTagClassName
{
color: #FCBE03;
}
</style>
background-color css
<style>
a { background-color: #FCBE03; }
a { background-color: rgb(252,190,3); }
div.DivClassName
{
background-color: #FCBE03;
}
.BgClassName
{
background-color: #FCBE03;
}
</style>
border-color css
<style>
span { border-color: #FCBE03; }
span { border-color: rgb(252,190,3); }
td.TdClassName
{
border-color: #FCBE03;
}
.TagClassName
{
border-color: #FCBE03;
}
</style>