Shades of Selective Yellow #FCB40B
Tints of Selective Yellow #FCB40B
RGB
CMYK
RGB Variations
Color information
#FCB40B (or 0xFCB40B) is known color: Selective Yellow. HEX triplet: FC, B4 and 0B. RGB value is (252,180,11). Sum of RGB (Red+Green+Blue) = 252+180+11=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 11 (4.69% from 255 or 2.48% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB40B is #034BF4. Grayscale: #B7B7B7. Windows color (decimal): -216053 or 767228. OLE color: 767228.
HSL color Cylindrical-coordinate representation of color #FCB40B: hue angle of 42.07º 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 #FCB40B is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 11 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.01 |
| HSL | 42.07º | 0.98% | 0.52% | - |
| HSV(B) | 42.07º | 0.96% | 0.99% | - |
| XYZ | 56.53 | 53.36 | 7.64 | - |
| YUV | 182.26 | 31.35 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 11 | 0 | 0.29 | 0.96 | 0.01 | 42.07 | 0.98 | 0.52 |
| Hex | FC | B4 | B | 0 | 1D | 60 | 1 | 2A | 62 | 34 |
| Octal | 374 | 264 | 13 | 0 | 35 | 140 | 1 | 52 | 142 | 64 |
| Binary | 11111100 | 10110100 | 1011 | 0 | 11101 | 1100000 | 1 | 101010 | 1100010 | 110100 |
Color Harmonies of #FCB40B
Complementary color
Monochromatic Colors of #FCB40B
Black with #FCB40B
Text Example
Text Example
White with #FCB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB40B; }
p { color: rgb(252,180,11); }
H1.HeaderClassName
{
color: #FCB40B;
}
.AnyTagClassName
{
color: #FCB40B;
}
</style>
background-color css
<style>
a { background-color: #FCB40B; }
a { background-color: rgb(252,180,11); }
div.DivClassName
{
background-color: #FCB40B;
}
.BgClassName
{
background-color: #FCB40B;
}
</style>
border-color css
<style>
span { border-color: #FCB40B; }
span { border-color: rgb(252,180,11); }
td.TdClassName
{
border-color: #FCB40B;
}
.TagClassName
{
border-color: #FCB40B;
}
</style>