Shades of Selective Yellow #FCB000
Tints of Selective Yellow #FCB000
RGB
CMYK
RGB Variations
Color information
#FCB000 (or 0xFCB000) is known color: Selective Yellow. HEX triplet: FC, B0 and 00. RGB value is (252,176,0). Sum of RGB (Red+Green+Blue) = 252+176+0=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB000 is #034FFF. Grayscale: #B3B3B3. Windows color (decimal): -217088 or 45308. OLE color: 45308.
HSL color Cylindrical-coordinate representation of color #FCB000: hue angle of 41.9º 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 #FCB000 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.01 |
| HSL | 41.9º | 1% | 0.49% | - |
| HSV(B) | 41.9º | 1% | 0.99% | - |
| XYZ | 55.67 | 51.75 | 7.05 | - |
| YUV | 178.66 | 27.18 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 0 | 0 | 0.30 | 1 | 0.01 | 41.9 | 1 | 0.49 |
| Hex | FC | B0 | 0 | 0 | 1E | 64 | 1 | 2A | 64 | 31 |
| Octal | 374 | 260 | 0 | 0 | 36 | 144 | 1 | 52 | 144 | 61 |
| Binary | 11111100 | 10110000 | 0 | 0 | 11110 | 1100100 | 1 | 101010 | 1100100 | 110001 |
Color Harmonies of #FCB000
Complementary color
Monochromatic Colors of #FCB000
Black with #FCB000
Text Example
Text Example
White with #FCB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB000; }
p { color: rgb(252,176,0); }
H1.HeaderClassName
{
color: #FCB000;
}
.AnyTagClassName
{
color: #FCB000;
}
</style>
background-color css
<style>
a { background-color: #FCB000; }
a { background-color: rgb(252,176,0); }
div.DivClassName
{
background-color: #FCB000;
}
.BgClassName
{
background-color: #FCB000;
}
</style>
border-color css
<style>
span { border-color: #FCB000; }
span { border-color: rgb(252,176,0); }
td.TdClassName
{
border-color: #FCB000;
}
.TagClassName
{
border-color: #FCB000;
}
</style>