Shades of Selective Yellow #FCB301
Tints of Selective Yellow #FCB301
RGB
CMYK
RGB Variations
Color information
#FCB301 (or 0xFCB301) is known color: Selective Yellow. HEX triplet: FC, B3 and 01. RGB value is (252,179,1). Sum of RGB (Red+Green+Blue) = 252+179+1=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB301 is #034CFE. Grayscale: #B5B5B5. Windows color (decimal): -216319 or 111612. OLE color: 111612.
HSL color Cylindrical-coordinate representation of color #FCB301: hue angle of 42.55º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCB301 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.01 |
| HSL | 42.55º | 0.99% | 0.5% | - |
| HSV(B) | 42.55º | 1% | 0.99% | - |
| XYZ | 56.27 | 52.94 | 7.28 | - |
| YUV | 180.54 | 26.68 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 1 | 0 | 0.29 | 1.00 | 0.01 | 42.55 | 0.99 | 0.5 |
| Hex | FC | B3 | 1 | 0 | 1D | 64 | 1 | 2B | 63 | 32 |
| Octal | 374 | 263 | 1 | 0 | 35 | 144 | 1 | 53 | 143 | 62 |
| Binary | 11111100 | 10110011 | 1 | 0 | 11101 | 1100100 | 1 | 101011 | 1100011 | 110010 |
Color Harmonies of #FCB301
Complementary color
Monochromatic Colors of #FCB301
Black with #FCB301
Text Example
Text Example
White with #FCB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB301; }
p { color: rgb(252,179,1); }
H1.HeaderClassName
{
color: #FCB301;
}
.AnyTagClassName
{
color: #FCB301;
}
</style>
background-color css
<style>
a { background-color: #FCB301; }
a { background-color: rgb(252,179,1); }
div.DivClassName
{
background-color: #FCB301;
}
.BgClassName
{
background-color: #FCB301;
}
</style>
border-color css
<style>
span { border-color: #FCB301; }
span { border-color: rgb(252,179,1); }
td.TdClassName
{
border-color: #FCB301;
}
.TagClassName
{
border-color: #FCB301;
}
</style>