Shades of Amber #FCBD09
Tints of Amber #FCBD09
RGB
CMYK
RGB Variations
Color information
#FCBD09 (or 0xFCBD09) is known color: Amber. HEX triplet: FC, BD and 09. RGB value is (252,189,9). Sum of RGB (Red+Green+Blue) = 252+189+9=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBD09 is #0342F6. Grayscale: #BCBCBC. Windows color (decimal): -213751 or 638460. OLE color: 638460.
HSL color Cylindrical-coordinate representation of color #FCBD09: hue angle of 44.44º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCBD09 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 9 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.01 |
| HSL | 44.44º | 0.98% | 0.51% | - |
| HSV(B) | 44.44º | 0.96% | 0.99% | - |
| XYZ | 58.39 | 57.11 | 8.2 | - |
| YUV | 187.32 | 27.37 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 9 | 0 | 0.25 | 0.96 | 0.01 | 44.44 | 0.98 | 0.51 |
| Hex | FC | BD | 9 | 0 | 19 | 60 | 1 | 2C | 62 | 33 |
| Octal | 374 | 275 | 11 | 0 | 31 | 140 | 1 | 54 | 142 | 63 |
| Binary | 11111100 | 10111101 | 1001 | 0 | 11001 | 1100000 | 1 | 101100 | 1100010 | 110011 |
Color Harmonies of #FCBD09
Complementary color
Monochromatic Colors of #FCBD09
Black with #FCBD09
Text Example
Text Example
White with #FCBD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD09; }
p { color: rgb(252,189,9); }
H1.HeaderClassName
{
color: #FCBD09;
}
.AnyTagClassName
{
color: #FCBD09;
}
</style>
background-color css
<style>
a { background-color: #FCBD09; }
a { background-color: rgb(252,189,9); }
div.DivClassName
{
background-color: #FCBD09;
}
.BgClassName
{
background-color: #FCBD09;
}
</style>
border-color css
<style>
span { border-color: #FCBD09; }
span { border-color: rgb(252,189,9); }
td.TdClassName
{
border-color: #FCBD09;
}
.TagClassName
{
border-color: #FCBD09;
}
</style>