Shades of Supernova #FCB82C
Tints of Supernova #FCB82C
RGB
CMYK
RGB Variations
Color information
#FCB82C (or 0xFCB82C) is known color: Supernova. HEX triplet: FC, B8 and 2C. RGB value is (252,184,44). Sum of RGB (Red+Green+Blue) = 252+184+44=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB82C is #0347D3. Grayscale: #BCBCBC. Windows color (decimal): -214996 or 2930940. OLE color: 2930940.
HSL color Cylindrical-coordinate representation of color #FCB82C: hue angle of 40.38º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCB82C is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 44 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.01 |
| HSL | 40.38º | 0.97% | 0.58% | - |
| HSV(B) | 40.38º | 0.83% | 0.99% | - |
| XYZ | 57.74 | 55.16 | 9.99 | - |
| YUV | 188.37 | 46.53 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 44 | 0 | 0.27 | 0.83 | 0.01 | 40.38 | 0.97 | 0.58 |
| Hex | FC | B8 | 2C | 0 | 1B | 53 | 1 | 28 | 61 | 3A |
| Octal | 374 | 270 | 54 | 0 | 33 | 123 | 1 | 50 | 141 | 72 |
| Binary | 11111100 | 10111000 | 101100 | 0 | 11011 | 1010011 | 1 | 101000 | 1100001 | 111010 |
Color Harmonies of #FCB82C
Complementary color
Monochromatic Colors of #FCB82C
Black with #FCB82C
Text Example
Text Example
White with #FCB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB82C; }
p { color: rgb(252,184,44); }
H1.HeaderClassName
{
color: #FCB82C;
}
.AnyTagClassName
{
color: #FCB82C;
}
</style>
background-color css
<style>
a { background-color: #FCB82C; }
a { background-color: rgb(252,184,44); }
div.DivClassName
{
background-color: #FCB82C;
}
.BgClassName
{
background-color: #FCB82C;
}
</style>
border-color css
<style>
span { border-color: #FCB82C; }
span { border-color: rgb(252,184,44); }
td.TdClassName
{
border-color: #FCB82C;
}
.TagClassName
{
border-color: #FCB82C;
}
</style>