Shades of Amber #FCBF0E
Tints of Amber #FCBF0E
RGB
CMYK
RGB Variations
Color information
#FCBF0E (or 0xFCBF0E) is known color: Amber. HEX triplet: FC, BF and 0E. RGB value is (252,191,14). Sum of RGB (Red+Green+Blue) = 252+191+14=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBF0E is #0340F1. Grayscale: #BDBDBD. Windows color (decimal): -213234 or 966652. OLE color: 966652.
HSL color Cylindrical-coordinate representation of color #FCBF0E: hue angle of 44.62º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCBF0E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.01 |
| HSL | 44.62º | 0.98% | 0.52% | - |
| HSV(B) | 44.62º | 0.94% | 0.99% | - |
| XYZ | 58.85 | 57.99 | 8.51 | - |
| YUV | 189.06 | 29.21 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 14 | 0 | 0.24 | 0.94 | 0.01 | 44.62 | 0.98 | 0.52 |
| Hex | FC | BF | E | 0 | 18 | 5E | 1 | 2D | 62 | 34 |
| Octal | 374 | 277 | 16 | 0 | 30 | 136 | 1 | 55 | 142 | 64 |
| Binary | 11111100 | 10111111 | 1110 | 0 | 11000 | 1011110 | 1 | 101101 | 1100010 | 110100 |
Color Harmonies of #FCBF0E
Complementary color
Monochromatic Colors of #FCBF0E
Black with #FCBF0E
Text Example
Text Example
White with #FCBF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBF0E; }
p { color: rgb(252,191,14); }
H1.HeaderClassName
{
color: #FCBF0E;
}
.AnyTagClassName
{
color: #FCBF0E;
}
</style>
background-color css
<style>
a { background-color: #FCBF0E; }
a { background-color: rgb(252,191,14); }
div.DivClassName
{
background-color: #FCBF0E;
}
.BgClassName
{
background-color: #FCBF0E;
}
</style>
border-color css
<style>
span { border-color: #FCBF0E; }
span { border-color: rgb(252,191,14); }
td.TdClassName
{
border-color: #FCBF0E;
}
.TagClassName
{
border-color: #FCBF0E;
}
</style>