Shades of Selective Yellow #FCB100
Tints of Selective Yellow #FCB100
RGB
CMYK
RGB Variations
Color information
#FCB100 (or 0xFCB100) is known color: Selective Yellow. HEX triplet: FC, B1 and 00. RGB value is (252,177,0). Sum of RGB (Red+Green+Blue) = 252+177+0=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB100 is #034EFF. Grayscale: #B4B4B4. Windows color (decimal): -216832 or 45564. OLE color: 45564.
HSL color Cylindrical-coordinate representation of color #FCB100: hue angle of 42.14º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCB100 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.01 |
| HSL | 42.14º | 1% | 0.49% | - |
| HSV(B) | 42.14º | 1% | 0.99% | - |
| XYZ | 55.87 | 52.14 | 7.12 | - |
| YUV | 179.25 | 26.85 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 0 | 0 | 0.30 | 1 | 0.01 | 42.14 | 1 | 0.49 |
| Hex | FC | B1 | 0 | 0 | 1E | 64 | 1 | 2A | 64 | 31 |
| Octal | 374 | 261 | 0 | 0 | 36 | 144 | 1 | 52 | 144 | 61 |
| Binary | 11111100 | 10110001 | 0 | 0 | 11110 | 1100100 | 1 | 101010 | 1100100 | 110001 |
Color Harmonies of #FCB100
Complementary color
Monochromatic Colors of #FCB100
Black with #FCB100
Text Example
Text Example
White with #FCB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB100; }
p { color: rgb(252,177,0); }
H1.HeaderClassName
{
color: #FCB100;
}
.AnyTagClassName
{
color: #FCB100;
}
</style>
background-color css
<style>
a { background-color: #FCB100; }
a { background-color: rgb(252,177,0); }
div.DivClassName
{
background-color: #FCB100;
}
.BgClassName
{
background-color: #FCB100;
}
</style>
border-color css
<style>
span { border-color: #FCB100; }
span { border-color: rgb(252,177,0); }
td.TdClassName
{
border-color: #FCB100;
}
.TagClassName
{
border-color: #FCB100;
}
</style>