Shades of Selective Yellow #FCB500
Tints of Selective Yellow #FCB500
RGB
CMYK
RGB Variations
Color information
#FCB500 (or 0xFCB500) is known color: Selective Yellow. HEX triplet: FC, B5 and 00. RGB value is (252,181,0). Sum of RGB (Red+Green+Blue) = 252+181+0=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB500 is #034AFF. Grayscale: #B6B6B6. Windows color (decimal): -215808 or 46588. OLE color: 46588.
HSL color Cylindrical-coordinate representation of color #FCB500: hue angle of 43.1º 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 #FCB500 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.01 |
| HSL | 43.1º | 1% | 0.49% | - |
| HSV(B) | 43.1º | 1% | 0.99% | - |
| XYZ | 56.67 | 53.74 | 7.39 | - |
| YUV | 181.6 | 25.52 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 0 | 0 | 0.28 | 1 | 0.01 | 43.1 | 1 | 0.49 |
| Hex | FC | B5 | 0 | 0 | 1C | 64 | 1 | 2B | 64 | 31 |
| Octal | 374 | 265 | 0 | 0 | 34 | 144 | 1 | 53 | 144 | 61 |
| Binary | 11111100 | 10110101 | 0 | 0 | 11100 | 1100100 | 1 | 101011 | 1100100 | 110001 |
Color Harmonies of #FCB500
Complementary color
Monochromatic Colors of #FCB500
Black with #FCB500
Text Example
Text Example
White with #FCB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB500; }
p { color: rgb(252,181,0); }
H1.HeaderClassName
{
color: #FCB500;
}
.AnyTagClassName
{
color: #FCB500;
}
</style>
background-color css
<style>
a { background-color: #FCB500; }
a { background-color: rgb(252,181,0); }
div.DivClassName
{
background-color: #FCB500;
}
.BgClassName
{
background-color: #FCB500;
}
</style>
border-color css
<style>
span { border-color: #FCB500; }
span { border-color: rgb(252,181,0); }
td.TdClassName
{
border-color: #FCB500;
}
.TagClassName
{
border-color: #FCB500;
}
</style>