Shades of Selective Yellow #FCB808
Tints of Selective Yellow #FCB808
RGB
CMYK
RGB Variations
Color information
#FCB808 (or 0xFCB808) is known color: Selective Yellow. HEX triplet: FC, B8 and 08. RGB value is (252,184,8). Sum of RGB (Red+Green+Blue) = 252+184+8=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 8 (3.52% from 255 or 1.80% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB808 is #0347F7. Grayscale: #B9B9B9. Windows color (decimal): -215032 or 571644. OLE color: 571644.
HSL color Cylindrical-coordinate representation of color #FCB808: hue angle of 43.28º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCB808 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 8 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.01 |
| HSL | 43.28º | 0.98% | 0.51% | - |
| HSV(B) | 43.28º | 0.97% | 0.99% | - |
| XYZ | 57.33 | 54.99 | 7.82 | - |
| YUV | 184.27 | 28.53 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 8 | 0 | 0.27 | 0.97 | 0.01 | 43.28 | 0.98 | 0.51 |
| Hex | FC | B8 | 8 | 0 | 1B | 61 | 1 | 2B | 62 | 33 |
| Octal | 374 | 270 | 10 | 0 | 33 | 141 | 1 | 53 | 142 | 63 |
| Binary | 11111100 | 10111000 | 1000 | 0 | 11011 | 1100001 | 1 | 101011 | 1100010 | 110011 |
Color Harmonies of #FCB808
Complementary color
Monochromatic Colors of #FCB808
Black with #FCB808
Text Example
Text Example
White with #FCB808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB808; }
p { color: rgb(252,184,8); }
H1.HeaderClassName
{
color: #FCB808;
}
.AnyTagClassName
{
color: #FCB808;
}
</style>
background-color css
<style>
a { background-color: #FCB808; }
a { background-color: rgb(252,184,8); }
div.DivClassName
{
background-color: #FCB808;
}
.BgClassName
{
background-color: #FCB808;
}
</style>
border-color css
<style>
span { border-color: #FCB808; }
span { border-color: rgb(252,184,8); }
td.TdClassName
{
border-color: #FCB808;
}
.TagClassName
{
border-color: #FCB808;
}
</style>