Shades of Amber #FCBE08
Tints of Amber #FCBE08
RGB
CMYK
RGB Variations
Color information
#FCBE08 (or 0xFCBE08) is known color: Amber. HEX triplet: FC, BE and 08. RGB value is (252,190,8). Sum of RGB (Red+Green+Blue) = 252+190+8=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBE08 is #0341F7. Grayscale: #BCBCBC. Windows color (decimal): -213496 or 573180. OLE color: 573180.
HSL color Cylindrical-coordinate representation of color #FCBE08: hue angle of 44.75º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCBE08 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 8 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.01 |
| HSL | 44.75º | 0.98% | 0.51% | - |
| HSV(B) | 44.75º | 0.97% | 0.99% | - |
| XYZ | 58.6 | 57.54 | 8.25 | - |
| YUV | 187.79 | 26.54 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 8 | 0 | 0.25 | 0.97 | 0.01 | 44.75 | 0.98 | 0.51 |
| Hex | FC | BE | 8 | 0 | 19 | 61 | 1 | 2D | 62 | 33 |
| Octal | 374 | 276 | 10 | 0 | 31 | 141 | 1 | 55 | 142 | 63 |
| Binary | 11111100 | 10111110 | 1000 | 0 | 11001 | 1100001 | 1 | 101101 | 1100010 | 110011 |
Color Harmonies of #FCBE08
Complementary color
Monochromatic Colors of #FCBE08
Black with #FCBE08
Text Example
Text Example
White with #FCBE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE08; }
p { color: rgb(252,190,8); }
H1.HeaderClassName
{
color: #FCBE08;
}
.AnyTagClassName
{
color: #FCBE08;
}
</style>
background-color css
<style>
a { background-color: #FCBE08; }
a { background-color: rgb(252,190,8); }
div.DivClassName
{
background-color: #FCBE08;
}
.BgClassName
{
background-color: #FCBE08;
}
</style>
border-color css
<style>
span { border-color: #FCBE08; }
span { border-color: rgb(252,190,8); }
td.TdClassName
{
border-color: #FCBE08;
}
.TagClassName
{
border-color: #FCBE08;
}
</style>