Shades of Supernova #FCB83D
Tints of Supernova #FCB83D
RGB
CMYK
RGB Variations
Color information
#FCB83D (or 0xFCB83D) is known color: Supernova. HEX triplet: FC, B8 and 3D. RGB value is (252,184,61). Sum of RGB (Red+Green+Blue) = 252+184+61=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB83D is #0347C2. Grayscale: #BEBEBE. Windows color (decimal): -214979 or 4045052. OLE color: 4045052.
HSL color Cylindrical-coordinate representation of color #FCB83D: hue angle of 38.64º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCB83D is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 61 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.01 |
| HSL | 38.64º | 0.97% | 0.61% | - |
| HSV(B) | 38.64º | 0.76% | 0.99% | - |
| XYZ | 58.13 | 55.31 | 12.03 | - |
| YUV | 190.31 | 55.03 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 61 | 0 | 0.27 | 0.76 | 0.01 | 38.64 | 0.97 | 0.61 |
| Hex | FC | B8 | 3D | 0 | 1B | 4C | 1 | 27 | 61 | 3D |
| Octal | 374 | 270 | 75 | 0 | 33 | 114 | 1 | 47 | 141 | 75 |
| Binary | 11111100 | 10111000 | 111101 | 0 | 11011 | 1001100 | 1 | 100111 | 1100001 | 111101 |
Color Harmonies of #FCB83D
Complementary color
Monochromatic Colors of #FCB83D
Black with #FCB83D
Text Example
Text Example
White with #FCB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB83D; }
p { color: rgb(252,184,61); }
H1.HeaderClassName
{
color: #FCB83D;
}
.AnyTagClassName
{
color: #FCB83D;
}
</style>
background-color css
<style>
a { background-color: #FCB83D; }
a { background-color: rgb(252,184,61); }
div.DivClassName
{
background-color: #FCB83D;
}
.BgClassName
{
background-color: #FCB83D;
}
</style>
border-color css
<style>
span { border-color: #FCB83D; }
span { border-color: rgb(252,184,61); }
td.TdClassName
{
border-color: #FCB83D;
}
.TagClassName
{
border-color: #FCB83D;
}
</style>