Shades of Selective Yellow #FCB20A
Tints of Selective Yellow #FCB20A
RGB
CMYK
RGB Variations
Color information
#FCB20A (or 0xFCB20A) is known color: Selective Yellow. HEX triplet: FC, B2 and 0A. RGB value is (252,178,10). Sum of RGB (Red+Green+Blue) = 252+178+10=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 10 (4.30% from 255 or 2.27% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB20A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB20A is #034DF5. Grayscale: #B5B5B5. Windows color (decimal): -216566 or 701180. OLE color: 701180.
HSL color Cylindrical-coordinate representation of color #FCB20A: hue angle of 41.65º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCB20A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 10 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.01 |
| HSL | 41.65º | 0.98% | 0.51% | - |
| HSV(B) | 41.65º | 0.96% | 0.99% | - |
| XYZ | 56.12 | 52.56 | 7.47 | - |
| YUV | 180.97 | 31.52 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 10 | 0 | 0.29 | 0.96 | 0.01 | 41.65 | 0.98 | 0.51 |
| Hex | FC | B2 | A | 0 | 1D | 60 | 1 | 2A | 62 | 33 |
| Octal | 374 | 262 | 12 | 0 | 35 | 140 | 1 | 52 | 142 | 63 |
| Binary | 11111100 | 10110010 | 1010 | 0 | 11101 | 1100000 | 1 | 101010 | 1100010 | 110011 |
Color Harmonies of #FCB20A
Complementary color
Monochromatic Colors of #FCB20A
Black with #FCB20A
Text Example
Text Example
White with #FCB20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB20A; }
p { color: rgb(252,178,10); }
H1.HeaderClassName
{
color: #FCB20A;
}
.AnyTagClassName
{
color: #FCB20A;
}
</style>
background-color css
<style>
a { background-color: #FCB20A; }
a { background-color: rgb(252,178,10); }
div.DivClassName
{
background-color: #FCB20A;
}
.BgClassName
{
background-color: #FCB20A;
}
</style>
border-color css
<style>
span { border-color: #FCB20A; }
span { border-color: rgb(252,178,10); }
td.TdClassName
{
border-color: #FCB20A;
}
.TagClassName
{
border-color: #FCB20A;
}
</style>