Shades of Selective Yellow #FCBA0E
Tints of Selective Yellow #FCBA0E
RGB
CMYK
RGB Variations
Color information
#FCBA0E (or 0xFCBA0E) is known color: Selective Yellow. HEX triplet: FC, BA and 0E. RGB value is (252,186,14). Sum of RGB (Red+Green+Blue) = 252+186+14=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA0E is #0345F1. Grayscale: #BABABA. Windows color (decimal): -214514 or 965372. OLE color: 965372.
HSL color Cylindrical-coordinate representation of color #FCBA0E: hue angle of 43.36º 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 #FCBA0E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 14 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.01 |
| HSL | 43.36º | 0.98% | 0.52% | - |
| HSV(B) | 43.36º | 0.94% | 0.99% | - |
| XYZ | 57.78 | 55.84 | 8.15 | - |
| YUV | 186.13 | 30.87 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 14 | 0 | 0.26 | 0.94 | 0.01 | 43.36 | 0.98 | 0.52 |
| Hex | FC | BA | E | 0 | 1A | 5E | 1 | 2B | 62 | 34 |
| Octal | 374 | 272 | 16 | 0 | 32 | 136 | 1 | 53 | 142 | 64 |
| Binary | 11111100 | 10111010 | 1110 | 0 | 11010 | 1011110 | 1 | 101011 | 1100010 | 110100 |
Color Harmonies of #FCBA0E
Complementary color
Monochromatic Colors of #FCBA0E
Black with #FCBA0E
Text Example
Text Example
White with #FCBA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA0E; }
p { color: rgb(252,186,14); }
H1.HeaderClassName
{
color: #FCBA0E;
}
.AnyTagClassName
{
color: #FCBA0E;
}
</style>
background-color css
<style>
a { background-color: #FCBA0E; }
a { background-color: rgb(252,186,14); }
div.DivClassName
{
background-color: #FCBA0E;
}
.BgClassName
{
background-color: #FCBA0E;
}
</style>
border-color css
<style>
span { border-color: #FCBA0E; }
span { border-color: rgb(252,186,14); }
td.TdClassName
{
border-color: #FCBA0E;
}
.TagClassName
{
border-color: #FCBA0E;
}
</style>