Shades of Supernova #FCB829
Tints of Supernova #FCB829
RGB
CMYK
RGB Variations
Color information
#FCB829 (or 0xFCB829) is known color: Supernova. HEX triplet: FC, B8 and 29. RGB value is (252,184,41). Sum of RGB (Red+Green+Blue) = 252+184+41=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 41 (16.41% from 255 or 8.60% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB829 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB829 is #0347D6. Grayscale: #BCBCBC. Windows color (decimal): -214999 or 2734332. OLE color: 2734332.
HSL color Cylindrical-coordinate representation of color #FCB829: hue angle of 40.66º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCB829 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 41 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.01 |
| HSL | 40.66º | 0.97% | 0.57% | - |
| HSV(B) | 40.66º | 0.84% | 0.99% | - |
| XYZ | 57.69 | 55.14 | 9.7 | - |
| YUV | 188.03 | 45.03 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 41 | 0 | 0.27 | 0.84 | 0.01 | 40.66 | 0.97 | 0.57 |
| Hex | FC | B8 | 29 | 0 | 1B | 54 | 1 | 29 | 61 | 39 |
| Octal | 374 | 270 | 51 | 0 | 33 | 124 | 1 | 51 | 141 | 71 |
| Binary | 11111100 | 10111000 | 101001 | 0 | 11011 | 1010100 | 1 | 101001 | 1100001 | 111001 |
Color Harmonies of #FCB829
Complementary color
Monochromatic Colors of #FCB829
Black with #FCB829
Text Example
Text Example
White with #FCB829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB829; }
p { color: rgb(252,184,41); }
H1.HeaderClassName
{
color: #FCB829;
}
.AnyTagClassName
{
color: #FCB829;
}
</style>
background-color css
<style>
a { background-color: #FCB829; }
a { background-color: rgb(252,184,41); }
div.DivClassName
{
background-color: #FCB829;
}
.BgClassName
{
background-color: #FCB829;
}
</style>
border-color css
<style>
span { border-color: #FCB829; }
span { border-color: rgb(252,184,41); }
td.TdClassName
{
border-color: #FCB829;
}
.TagClassName
{
border-color: #FCB829;
}
</style>