Shades of Selective Yellow #FCBA0C
Tints of Selective Yellow #FCBA0C
RGB
CMYK
RGB Variations
Color information
#FCBA0C (or 0xFCBA0C) is known color: Selective Yellow. HEX triplet: FC, BA and 0C. RGB value is (252,186,12). Sum of RGB (Red+Green+Blue) = 252+186+12=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA0C is #0345F3. Grayscale: #BABABA. Windows color (decimal): -214516 or 834300. OLE color: 834300.
HSL color Cylindrical-coordinate representation of color #FCBA0C: hue angle of 43.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCBA0C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 12 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.01 |
| HSL | 43.5º | 0.98% | 0.52% | - |
| HSV(B) | 43.5º | 0.95% | 0.99% | - |
| XYZ | 57.77 | 55.84 | 8.08 | - |
| YUV | 185.9 | 29.87 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 12 | 0 | 0.26 | 0.95 | 0.01 | 43.5 | 0.98 | 0.52 |
| Hex | FC | BA | C | 0 | 1A | 5F | 1 | 2C | 62 | 34 |
| Octal | 374 | 272 | 14 | 0 | 32 | 137 | 1 | 54 | 142 | 64 |
| Binary | 11111100 | 10111010 | 1100 | 0 | 11010 | 1011111 | 1 | 101100 | 1100010 | 110100 |
Color Harmonies of #FCBA0C
Complementary color
Monochromatic Colors of #FCBA0C
Black with #FCBA0C
Text Example
Text Example
White with #FCBA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA0C; }
p { color: rgb(252,186,12); }
H1.HeaderClassName
{
color: #FCBA0C;
}
.AnyTagClassName
{
color: #FCBA0C;
}
</style>
background-color css
<style>
a { background-color: #FCBA0C; }
a { background-color: rgb(252,186,12); }
div.DivClassName
{
background-color: #FCBA0C;
}
.BgClassName
{
background-color: #FCBA0C;
}
</style>
border-color css
<style>
span { border-color: #FCBA0C; }
span { border-color: rgb(252,186,12); }
td.TdClassName
{
border-color: #FCBA0C;
}
.TagClassName
{
border-color: #FCBA0C;
}
</style>