Shades of Amber #FCBF00
Tints of Amber #FCBF00
RGB
CMYK
RGB Variations
Color information
#FCBF00 (or 0xFCBF00) is known color: Amber. HEX triplet: FC, BF and 00. RGB value is (252,191,0). Sum of RGB (Red+Green+Blue) = 252+191+0=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBF00 is #0340FF. Grayscale: #BCBCBC. Windows color (decimal): -213248 or 49148. OLE color: 49148.
HSL color Cylindrical-coordinate representation of color #FCBF00: hue angle of 45.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCBF00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.01 |
| HSL | 45.48º | 1% | 0.49% | - |
| HSV(B) | 45.48º | 1% | 0.99% | - |
| XYZ | 58.78 | 57.96 | 8.09 | - |
| YUV | 187.47 | 22.21 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 0 | 0 | 0.24 | 1 | 0.01 | 45.48 | 1 | 0.49 |
| Hex | FC | BF | 0 | 0 | 18 | 64 | 1 | 2D | 64 | 31 |
| Octal | 374 | 277 | 0 | 0 | 30 | 144 | 1 | 55 | 144 | 61 |
| Binary | 11111100 | 10111111 | 0 | 0 | 11000 | 1100100 | 1 | 101101 | 1100100 | 110001 |
Color Harmonies of #FCBF00
Complementary color
Monochromatic Colors of #FCBF00
Black with #FCBF00
Text Example
Text Example
White with #FCBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBF00; }
p { color: rgb(252,191,0); }
H1.HeaderClassName
{
color: #FCBF00;
}
.AnyTagClassName
{
color: #FCBF00;
}
</style>
background-color css
<style>
a { background-color: #FCBF00; }
a { background-color: rgb(252,191,0); }
div.DivClassName
{
background-color: #FCBF00;
}
.BgClassName
{
background-color: #FCBF00;
}
</style>
border-color css
<style>
span { border-color: #FCBF00; }
span { border-color: rgb(252,191,0); }
td.TdClassName
{
border-color: #FCBF00;
}
.TagClassName
{
border-color: #FCBF00;
}
</style>