Shades of Selective Yellow #FCB705
Tints of Selective Yellow #FCB705
RGB
CMYK
RGB Variations
Color information
#FCB705 (or 0xFCB705) is known color: Selective Yellow. HEX triplet: FC, B7 and 05. RGB value is (252,183,5). Sum of RGB (Red+Green+Blue) = 252+183+5=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB705 is #0348FA. Grayscale: #B8B8B8. Windows color (decimal): -215291 or 374780. OLE color: 374780.
HSL color Cylindrical-coordinate representation of color #FCB705: hue angle of 43.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCB705 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.01 |
| HSL | 43.24º | 0.98% | 0.5% | - |
| HSV(B) | 43.24º | 0.98% | 0.99% | - |
| XYZ | 57.11 | 54.57 | 7.67 | - |
| YUV | 183.34 | 27.36 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 5 | 0 | 0.27 | 0.98 | 0.01 | 43.24 | 0.98 | 0.5 |
| Hex | FC | B7 | 5 | 0 | 1B | 62 | 1 | 2B | 62 | 32 |
| Octal | 374 | 267 | 5 | 0 | 33 | 142 | 1 | 53 | 142 | 62 |
| Binary | 11111100 | 10110111 | 101 | 0 | 11011 | 1100010 | 1 | 101011 | 1100010 | 110010 |
Color Harmonies of #FCB705
Complementary color
Monochromatic Colors of #FCB705
Black with #FCB705
Text Example
Text Example
White with #FCB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB705; }
p { color: rgb(252,183,5); }
H1.HeaderClassName
{
color: #FCB705;
}
.AnyTagClassName
{
color: #FCB705;
}
</style>
background-color css
<style>
a { background-color: #FCB705; }
a { background-color: rgb(252,183,5); }
div.DivClassName
{
background-color: #FCB705;
}
.BgClassName
{
background-color: #FCB705;
}
</style>
border-color css
<style>
span { border-color: #FCB705; }
span { border-color: rgb(252,183,5); }
td.TdClassName
{
border-color: #FCB705;
}
.TagClassName
{
border-color: #FCB705;
}
</style>