Shades of Selective Yellow #FCBA13
Tints of Selective Yellow #FCBA13
RGB
CMYK
RGB Variations
Color information
#FCBA13 (or 0xFCBA13) is known color: Selective Yellow. HEX triplet: FC, BA and 13. RGB value is (252,186,19). Sum of RGB (Red+Green+Blue) = 252+186+19=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 19 (7.81% from 255 or 4.16% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA13 is #0345EC. Grayscale: #BBBBBB. Windows color (decimal): -214509 or 1293052. OLE color: 1293052.
HSL color Cylindrical-coordinate representation of color #FCBA13: hue angle of 43º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCBA13 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 19 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.01 |
| HSL | 43º | 0.97% | 0.53% | - |
| HSV(B) | 43º | 0.92% | 0.99% | - |
| XYZ | 57.82 | 55.86 | 8.35 | - |
| YUV | 186.7 | 33.37 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 19 | 0 | 0.26 | 0.92 | 0.01 | 43 | 0.97 | 0.53 |
| Hex | FC | BA | 13 | 0 | 1A | 5C | 1 | 2B | 61 | 35 |
| Octal | 374 | 272 | 23 | 0 | 32 | 134 | 1 | 53 | 141 | 65 |
| Binary | 11111100 | 10111010 | 10011 | 0 | 11010 | 1011100 | 1 | 101011 | 1100001 | 110101 |
Color Harmonies of #FCBA13
Complementary color
Monochromatic Colors of #FCBA13
Black with #FCBA13
Text Example
Text Example
White with #FCBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA13; }
p { color: rgb(252,186,19); }
H1.HeaderClassName
{
color: #FCBA13;
}
.AnyTagClassName
{
color: #FCBA13;
}
</style>
background-color css
<style>
a { background-color: #FCBA13; }
a { background-color: rgb(252,186,19); }
div.DivClassName
{
background-color: #FCBA13;
}
.BgClassName
{
background-color: #FCBA13;
}
</style>
border-color css
<style>
span { border-color: #FCBA13; }
span { border-color: rgb(252,186,19); }
td.TdClassName
{
border-color: #FCBA13;
}
.TagClassName
{
border-color: #FCBA13;
}
</style>