Shades of Amber #FCBF12
Tints of Amber #FCBF12
RGB
CMYK
RGB Variations
Color information
#FCBF12 (or 0xFCBF12) is known color: Amber. HEX triplet: FC, BF and 12. RGB value is (252,191,18). Sum of RGB (Red+Green+Blue) = 252+191+18=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBF12 is #0340ED. Grayscale: #BEBEBE. Windows color (decimal): -213230 or 1228796. OLE color: 1228796.
HSL color Cylindrical-coordinate representation of color #FCBF12: hue angle of 44.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCBF12 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 18 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.01 |
| HSL | 44.36º | 0.98% | 0.53% | - |
| HSV(B) | 44.36º | 0.93% | 0.99% | - |
| XYZ | 58.88 | 58 | 8.66 | - |
| YUV | 189.52 | 31.21 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 18 | 0 | 0.24 | 0.93 | 0.01 | 44.36 | 0.98 | 0.53 |
| Hex | FC | BF | 12 | 0 | 18 | 5D | 1 | 2C | 62 | 35 |
| Octal | 374 | 277 | 22 | 0 | 30 | 135 | 1 | 54 | 142 | 65 |
| Binary | 11111100 | 10111111 | 10010 | 0 | 11000 | 1011101 | 1 | 101100 | 1100010 | 110101 |
Color Harmonies of #FCBF12
Complementary color
Monochromatic Colors of #FCBF12
Black with #FCBF12
Text Example
Text Example
White with #FCBF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBF12; }
p { color: rgb(252,191,18); }
H1.HeaderClassName
{
color: #FCBF12;
}
.AnyTagClassName
{
color: #FCBF12;
}
</style>
background-color css
<style>
a { background-color: #FCBF12; }
a { background-color: rgb(252,191,18); }
div.DivClassName
{
background-color: #FCBF12;
}
.BgClassName
{
background-color: #FCBF12;
}
</style>
border-color css
<style>
span { border-color: #FCBF12; }
span { border-color: rgb(252,191,18); }
td.TdClassName
{
border-color: #FCBF12;
}
.TagClassName
{
border-color: #FCBF12;
}
</style>