Shades of Selective Yellow #FCB811
Tints of Selective Yellow #FCB811
RGB
CMYK
RGB Variations
Color information
#FCB811 (or 0xFCB811) is known color: Selective Yellow. HEX triplet: FC, B8 and 11. RGB value is (252,184,17). Sum of RGB (Red+Green+Blue) = 252+184+17=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB811 is #0347EE. Grayscale: #BABABA. Windows color (decimal): -215023 or 1161468. OLE color: 1161468.
HSL color Cylindrical-coordinate representation of color #FCB811: hue angle of 42.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCB811 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 17 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.01 |
| HSL | 42.64º | 0.98% | 0.53% | - |
| HSV(B) | 42.64º | 0.93% | 0.99% | - |
| XYZ | 57.39 | 55.02 | 8.13 | - |
| YUV | 185.29 | 33.03 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 17 | 0 | 0.27 | 0.93 | 0.01 | 42.64 | 0.98 | 0.53 |
| Hex | FC | B8 | 11 | 0 | 1B | 5D | 1 | 2B | 62 | 35 |
| Octal | 374 | 270 | 21 | 0 | 33 | 135 | 1 | 53 | 142 | 65 |
| Binary | 11111100 | 10111000 | 10001 | 0 | 11011 | 1011101 | 1 | 101011 | 1100010 | 110101 |
Color Harmonies of #FCB811
Complementary color
Monochromatic Colors of #FCB811
Black with #FCB811
Text Example
Text Example
White with #FCB811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB811; }
p { color: rgb(252,184,17); }
H1.HeaderClassName
{
color: #FCB811;
}
.AnyTagClassName
{
color: #FCB811;
}
</style>
background-color css
<style>
a { background-color: #FCB811; }
a { background-color: rgb(252,184,17); }
div.DivClassName
{
background-color: #FCB811;
}
.BgClassName
{
background-color: #FCB811;
}
</style>
border-color css
<style>
span { border-color: #FCB811; }
span { border-color: rgb(252,184,17); }
td.TdClassName
{
border-color: #FCB811;
}
.TagClassName
{
border-color: #FCB811;
}
</style>