Shades of Selective Yellow #FCB40A
Tints of Selective Yellow #FCB40A
RGB
CMYK
RGB Variations
Color information
#FCB40A (or 0xFCB40A) is known color: Selective Yellow. HEX triplet: FC, B4 and 0A. RGB value is (252,180,10). Sum of RGB (Red+Green+Blue) = 252+180+10=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB40A is #034BF5. Grayscale: #B6B6B6. Windows color (decimal): -216054 or 701692. OLE color: 701692.
HSL color Cylindrical-coordinate representation of color #FCB40A: hue angle of 42.15º 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 #FCB40A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 10 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.01 |
| HSL | 42.15º | 0.98% | 0.51% | - |
| HSV(B) | 42.15º | 0.96% | 0.99% | - |
| XYZ | 56.52 | 53.36 | 7.61 | - |
| YUV | 182.15 | 30.85 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 10 | 0 | 0.29 | 0.96 | 0.01 | 42.15 | 0.98 | 0.51 |
| Hex | FC | B4 | A | 0 | 1D | 60 | 1 | 2A | 62 | 33 |
| Octal | 374 | 264 | 12 | 0 | 35 | 140 | 1 | 52 | 142 | 63 |
| Binary | 11111100 | 10110100 | 1010 | 0 | 11101 | 1100000 | 1 | 101010 | 1100010 | 110011 |
Color Harmonies of #FCB40A
Complementary color
Monochromatic Colors of #FCB40A
Black with #FCB40A
Text Example
Text Example
White with #FCB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB40A; }
p { color: rgb(252,180,10); }
H1.HeaderClassName
{
color: #FCB40A;
}
.AnyTagClassName
{
color: #FCB40A;
}
</style>
background-color css
<style>
a { background-color: #FCB40A; }
a { background-color: rgb(252,180,10); }
div.DivClassName
{
background-color: #FCB40A;
}
.BgClassName
{
background-color: #FCB40A;
}
</style>
border-color css
<style>
span { border-color: #FCB40A; }
span { border-color: rgb(252,180,10); }
td.TdClassName
{
border-color: #FCB40A;
}
.TagClassName
{
border-color: #FCB40A;
}
</style>