Shades of Selective Yellow #FCB50B
Tints of Selective Yellow #FCB50B
RGB
CMYK
RGB Variations
Color information
#FCB50B (or 0xFCB50B) is known color: Selective Yellow. HEX triplet: FC, B5 and 0B. RGB value is (252,181,11). Sum of RGB (Red+Green+Blue) = 252+181+11=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB50B is #034AF4. Grayscale: #B7B7B7. Windows color (decimal): -215797 or 767484. OLE color: 767484.
HSL color Cylindrical-coordinate representation of color #FCB50B: hue angle of 42.32º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCB50B is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 11 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.01 |
| HSL | 42.32º | 0.98% | 0.52% | - |
| HSV(B) | 42.32º | 0.96% | 0.99% | - |
| XYZ | 56.73 | 53.77 | 7.7 | - |
| YUV | 182.85 | 31.02 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 11 | 0 | 0.28 | 0.96 | 0.01 | 42.32 | 0.98 | 0.52 |
| Hex | FC | B5 | B | 0 | 1C | 60 | 1 | 2A | 62 | 34 |
| Octal | 374 | 265 | 13 | 0 | 34 | 140 | 1 | 52 | 142 | 64 |
| Binary | 11111100 | 10110101 | 1011 | 0 | 11100 | 1100000 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FCB50B
Complementary color
Monochromatic Colors of #FCB50B
Black with #FCB50B
Text Example
Text Example
White with #FCB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB50B; }
p { color: rgb(252,181,11); }
H1.HeaderClassName
{
color: #FCB50B;
}
.AnyTagClassName
{
color: #FCB50B;
}
</style>
background-color css
<style>
a { background-color: #FCB50B; }
a { background-color: rgb(252,181,11); }
div.DivClassName
{
background-color: #FCB50B;
}
.BgClassName
{
background-color: #FCB50B;
}
</style>
border-color css
<style>
span { border-color: #FCB50B; }
span { border-color: rgb(252,181,11); }
td.TdClassName
{
border-color: #FCB50B;
}
.TagClassName
{
border-color: #FCB50B;
}
</style>