Shades of Selective Yellow #FCB80A
Tints of Selective Yellow #FCB80A
RGB
CMYK
RGB Variations
Color information
#FCB80A (or 0xFCB80A) is known color: Selective Yellow. HEX triplet: FC, B8 and 0A. RGB value is (252,184,10). Sum of RGB (Red+Green+Blue) = 252+184+10=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB80A is #0347F5. Grayscale: #B9B9B9. Windows color (decimal): -215030 or 702716. OLE color: 702716.
HSL color Cylindrical-coordinate representation of color #FCB80A: hue angle of 43.14º 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 #FCB80A is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 10 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.01 |
| HSL | 43.14º | 0.98% | 0.51% | - |
| HSV(B) | 43.14º | 0.96% | 0.99% | - |
| XYZ | 57.34 | 55 | 7.88 | - |
| YUV | 184.5 | 29.53 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 10 | 0 | 0.27 | 0.96 | 0.01 | 43.14 | 0.98 | 0.51 |
| Hex | FC | B8 | A | 0 | 1B | 60 | 1 | 2B | 62 | 33 |
| Octal | 374 | 270 | 12 | 0 | 33 | 140 | 1 | 53 | 142 | 63 |
| Binary | 11111100 | 10111000 | 1010 | 0 | 11011 | 1100000 | 1 | 101011 | 1100010 | 110011 |
Color Harmonies of #FCB80A
Complementary color
Monochromatic Colors of #FCB80A
Black with #FCB80A
Text Example
Text Example
White with #FCB80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB80A; }
p { color: rgb(252,184,10); }
H1.HeaderClassName
{
color: #FCB80A;
}
.AnyTagClassName
{
color: #FCB80A;
}
</style>
background-color css
<style>
a { background-color: #FCB80A; }
a { background-color: rgb(252,184,10); }
div.DivClassName
{
background-color: #FCB80A;
}
.BgClassName
{
background-color: #FCB80A;
}
</style>
border-color css
<style>
span { border-color: #FCB80A; }
span { border-color: rgb(252,184,10); }
td.TdClassName
{
border-color: #FCB80A;
}
.TagClassName
{
border-color: #FCB80A;
}
</style>