Shades of Selective Yellow #FCB60A
Tints of Selective Yellow #FCB60A
RGB
CMYK
RGB Variations
Color information
#FCB60A (or 0xFCB60A) is known color: Selective Yellow. HEX triplet: FC, B6 and 0A. RGB value is (252,182,10). Sum of RGB (Red+Green+Blue) = 252+182+10=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB60A is #0349F5. Grayscale: #B8B8B8. Windows color (decimal): -215542 or 702204. OLE color: 702204.
HSL color Cylindrical-coordinate representation of color #FCB60A: hue angle of 42.64º 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 #FCB60A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 10 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.01 |
| HSL | 42.64º | 0.98% | 0.51% | - |
| HSV(B) | 42.64º | 0.96% | 0.99% | - |
| XYZ | 56.93 | 54.17 | 7.74 | - |
| YUV | 183.32 | 30.19 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 10 | 0 | 0.28 | 0.96 | 0.01 | 42.64 | 0.98 | 0.51 |
| Hex | FC | B6 | A | 0 | 1C | 60 | 1 | 2B | 62 | 33 |
| Octal | 374 | 266 | 12 | 0 | 34 | 140 | 1 | 53 | 142 | 63 |
| Binary | 11111100 | 10110110 | 1010 | 0 | 11100 | 1100000 | 1 | 101011 | 1100010 | 110011 |
Color Harmonies of #FCB60A
Complementary color
Monochromatic Colors of #FCB60A
Black with #FCB60A
Text Example
Text Example
White with #FCB60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB60A; }
p { color: rgb(252,182,10); }
H1.HeaderClassName
{
color: #FCB60A;
}
.AnyTagClassName
{
color: #FCB60A;
}
</style>
background-color css
<style>
a { background-color: #FCB60A; }
a { background-color: rgb(252,182,10); }
div.DivClassName
{
background-color: #FCB60A;
}
.BgClassName
{
background-color: #FCB60A;
}
</style>
border-color css
<style>
span { border-color: #FCB60A; }
span { border-color: rgb(252,182,10); }
td.TdClassName
{
border-color: #FCB60A;
}
.TagClassName
{
border-color: #FCB60A;
}
</style>