Shades of Selective Yellow #FCB802
Tints of Selective Yellow #FCB802
RGB
CMYK
RGB Variations
Color information
#FCB802 (or 0xFCB802) is known color: Selective Yellow. HEX triplet: FC, B8 and 02. RGB value is (252,184,2). Sum of RGB (Red+Green+Blue) = 252+184+2=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB802 is #0347FD. Grayscale: #B8B8B8. Windows color (decimal): -215038 or 178428. OLE color: 178428.
HSL color Cylindrical-coordinate representation of color #FCB802: hue angle of 43.68º 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 #FCB802 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.01 |
| HSL | 43.68º | 0.98% | 0.5% | - |
| HSV(B) | 43.68º | 0.99% | 0.99% | - |
| XYZ | 57.3 | 54.98 | 7.65 | - |
| YUV | 183.58 | 25.53 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 2 | 0 | 0.27 | 0.99 | 0.01 | 43.68 | 0.98 | 0.5 |
| Hex | FC | B8 | 2 | 0 | 1B | 63 | 1 | 2C | 62 | 32 |
| Octal | 374 | 270 | 2 | 0 | 33 | 143 | 1 | 54 | 142 | 62 |
| Binary | 11111100 | 10111000 | 10 | 0 | 11011 | 1100011 | 1 | 101100 | 1100010 | 110010 |
Color Harmonies of #FCB802
Complementary color
Monochromatic Colors of #FCB802
Black with #FCB802
Text Example
Text Example
White with #FCB802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB802; }
p { color: rgb(252,184,2); }
H1.HeaderClassName
{
color: #FCB802;
}
.AnyTagClassName
{
color: #FCB802;
}
</style>
background-color css
<style>
a { background-color: #FCB802; }
a { background-color: rgb(252,184,2); }
div.DivClassName
{
background-color: #FCB802;
}
.BgClassName
{
background-color: #FCB802;
}
</style>
border-color css
<style>
span { border-color: #FCB802; }
span { border-color: rgb(252,184,2); }
td.TdClassName
{
border-color: #FCB802;
}
.TagClassName
{
border-color: #FCB802;
}
</style>