Shades of Selective Yellow #FCB403
Tints of Selective Yellow #FCB403
RGB
CMYK
RGB Variations
Color information
#FCB403 (or 0xFCB403) is known color: Selective Yellow. HEX triplet: FC, B4 and 03. RGB value is (252,180,3). Sum of RGB (Red+Green+Blue) = 252+180+3=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB403 is #034BFC. Grayscale: #B6B6B6. Windows color (decimal): -216061 or 242940. OLE color: 242940.
HSL color Cylindrical-coordinate representation of color #FCB403: hue angle of 42.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCB403 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.01 |
| HSL | 42.65º | 0.98% | 0.5% | - |
| HSV(B) | 42.65º | 0.99% | 0.99% | - |
| XYZ | 56.48 | 53.34 | 7.41 | - |
| YUV | 181.35 | 27.35 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 3 | 0 | 0.29 | 0.99 | 0.01 | 42.65 | 0.98 | 0.5 |
| Hex | FC | B4 | 3 | 0 | 1D | 63 | 1 | 2B | 62 | 32 |
| Octal | 374 | 264 | 3 | 0 | 35 | 143 | 1 | 53 | 142 | 62 |
| Binary | 11111100 | 10110100 | 11 | 0 | 11101 | 1100011 | 1 | 101011 | 1100010 | 110010 |
Color Harmonies of #FCB403
Complementary color
Monochromatic Colors of #FCB403
Black with #FCB403
Text Example
Text Example
White with #FCB403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB403; }
p { color: rgb(252,180,3); }
H1.HeaderClassName
{
color: #FCB403;
}
.AnyTagClassName
{
color: #FCB403;
}
</style>
background-color css
<style>
a { background-color: #FCB403; }
a { background-color: rgb(252,180,3); }
div.DivClassName
{
background-color: #FCB403;
}
.BgClassName
{
background-color: #FCB403;
}
</style>
border-color css
<style>
span { border-color: #FCB403; }
span { border-color: rgb(252,180,3); }
td.TdClassName
{
border-color: #FCB403;
}
.TagClassName
{
border-color: #FCB403;
}
</style>