Shades of Selective Yellow #FCB502
Tints of Selective Yellow #FCB502
RGB
CMYK
RGB Variations
Color information
#FCB502 (or 0xFCB502) is known color: Selective Yellow. HEX triplet: FC, B5 and 02. RGB value is (252,181,2). Sum of RGB (Red+Green+Blue) = 252+181+2=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB502 is #034AFD. Grayscale: #B6B6B6. Windows color (decimal): -215806 or 177660. OLE color: 177660.
HSL color Cylindrical-coordinate representation of color #FCB502: hue angle of 42.96º 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 #FCB502 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.01 |
| HSL | 42.96º | 0.98% | 0.5% | - |
| HSV(B) | 42.96º | 0.99% | 0.99% | - |
| XYZ | 56.68 | 53.75 | 7.44 | - |
| YUV | 181.82 | 26.52 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 2 | 0 | 0.28 | 0.99 | 0.01 | 42.96 | 0.98 | 0.5 |
| Hex | FC | B5 | 2 | 0 | 1C | 63 | 1 | 2B | 62 | 32 |
| Octal | 374 | 265 | 2 | 0 | 34 | 143 | 1 | 53 | 142 | 62 |
| Binary | 11111100 | 10110101 | 10 | 0 | 11100 | 1100011 | 1 | 101011 | 1100010 | 110010 |
Color Harmonies of #FCB502
Complementary color
Monochromatic Colors of #FCB502
Black with #FCB502
Text Example
Text Example
White with #FCB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB502; }
p { color: rgb(252,181,2); }
H1.HeaderClassName
{
color: #FCB502;
}
.AnyTagClassName
{
color: #FCB502;
}
</style>
background-color css
<style>
a { background-color: #FCB502; }
a { background-color: rgb(252,181,2); }
div.DivClassName
{
background-color: #FCB502;
}
.BgClassName
{
background-color: #FCB502;
}
</style>
border-color css
<style>
span { border-color: #FCB502; }
span { border-color: rgb(252,181,2); }
td.TdClassName
{
border-color: #FCB502;
}
.TagClassName
{
border-color: #FCB502;
}
</style>