Shades of Supernova #FCB73C
Tints of Supernova #FCB73C
RGB
CMYK
RGB Variations
Color information
#FCB73C (or 0xFCB73C) is known color: Supernova. HEX triplet: FC, B7 and 3C. RGB value is (252,183,60). Sum of RGB (Red+Green+Blue) = 252+183+60=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB73C is #0348C3. Grayscale: #BEBEBE. Windows color (decimal): -215236 or 3979260. OLE color: 3979260.
HSL color Cylindrical-coordinate representation of color #FCB73C: hue angle of 38.44º 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 #FCB73C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 60 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.01 |
| HSL | 38.44º | 0.97% | 0.61% | - |
| HSV(B) | 38.44º | 0.76% | 0.99% | - |
| XYZ | 57.89 | 54.89 | 11.82 | - |
| YUV | 189.61 | 54.86 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 60 | 0 | 0.27 | 0.76 | 0.01 | 38.44 | 0.97 | 0.61 |
| Hex | FC | B7 | 3C | 0 | 1B | 4C | 1 | 26 | 61 | 3D |
| Octal | 374 | 267 | 74 | 0 | 33 | 114 | 1 | 46 | 141 | 75 |
| Binary | 11111100 | 10110111 | 111100 | 0 | 11011 | 1001100 | 1 | 100110 | 1100001 | 111101 |
Color Harmonies of #FCB73C
Complementary color
Monochromatic Colors of #FCB73C
Black with #FCB73C
Text Example
Text Example
White with #FCB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB73C; }
p { color: rgb(252,183,60); }
H1.HeaderClassName
{
color: #FCB73C;
}
.AnyTagClassName
{
color: #FCB73C;
}
</style>
background-color css
<style>
a { background-color: #FCB73C; }
a { background-color: rgb(252,183,60); }
div.DivClassName
{
background-color: #FCB73C;
}
.BgClassName
{
background-color: #FCB73C;
}
</style>
border-color css
<style>
span { border-color: #FCB73C; }
span { border-color: rgb(252,183,60); }
td.TdClassName
{
border-color: #FCB73C;
}
.TagClassName
{
border-color: #FCB73C;
}
</style>