Shades of Selective Yellow #FCB300
Tints of Selective Yellow #FCB300
RGB
CMYK
RGB Variations
Color information
#FCB300 (or 0xFCB300) is known color: Selective Yellow. HEX triplet: FC, B3 and 00. RGB value is (252,179,0). Sum of RGB (Red+Green+Blue) = 252+179+0=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB300 is #034CFF. Grayscale: #B5B5B5. Windows color (decimal): -216320 or 46076. OLE color: 46076.
HSL color Cylindrical-coordinate representation of color #FCB300: hue angle of 42.62º 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 #FCB300 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.01 |
| HSL | 42.62º | 1% | 0.49% | - |
| HSV(B) | 42.62º | 1% | 0.99% | - |
| XYZ | 56.26 | 52.94 | 7.25 | - |
| YUV | 180.42 | 26.18 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 0 | 0 | 0.29 | 1 | 0.01 | 42.62 | 1 | 0.49 |
| Hex | FC | B3 | 0 | 0 | 1D | 64 | 1 | 2B | 64 | 31 |
| Octal | 374 | 263 | 0 | 0 | 35 | 144 | 1 | 53 | 144 | 61 |
| Binary | 11111100 | 10110011 | 0 | 0 | 11101 | 1100100 | 1 | 101011 | 1100100 | 110001 |
Color Harmonies of #FCB300
Complementary color
Monochromatic Colors of #FCB300
Black with #FCB300
Text Example
Text Example
White with #FCB300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB300; }
p { color: rgb(252,179,0); }
H1.HeaderClassName
{
color: #FCB300;
}
.AnyTagClassName
{
color: #FCB300;
}
</style>
background-color css
<style>
a { background-color: #FCB300; }
a { background-color: rgb(252,179,0); }
div.DivClassName
{
background-color: #FCB300;
}
.BgClassName
{
background-color: #FCB300;
}
</style>
border-color css
<style>
span { border-color: #FCB300; }
span { border-color: rgb(252,179,0); }
td.TdClassName
{
border-color: #FCB300;
}
.TagClassName
{
border-color: #FCB300;
}
</style>