Shades of Supernova #FCB130
Tints of Supernova #FCB130
RGB
CMYK
RGB Variations
Color information
#FCB130 (or 0xFCB130) is known color: Supernova. HEX triplet: FC, B1 and 30. RGB value is (252,177,48). Sum of RGB (Red+Green+Blue) = 252+177+48=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB130 is #034ECF. Grayscale: #B9B9B9. Windows color (decimal): -216784 or 3191292. OLE color: 3191292.
HSL color Cylindrical-coordinate representation of color #FCB130: hue angle of 37.94º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCB130 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 48 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.01 |
| HSL | 37.94º | 0.97% | 0.59% | - |
| HSV(B) | 37.94º | 0.81% | 0.99% | - |
| XYZ | 56.4 | 52.35 | 9.93 | - |
| YUV | 184.72 | 50.85 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 48 | 0 | 0.30 | 0.81 | 0.01 | 37.94 | 0.97 | 0.59 |
| Hex | FC | B1 | 30 | 0 | 1E | 51 | 1 | 26 | 61 | 3B |
| Octal | 374 | 261 | 60 | 0 | 36 | 121 | 1 | 46 | 141 | 73 |
| Binary | 11111100 | 10110001 | 110000 | 0 | 11110 | 1010001 | 1 | 100110 | 1100001 | 111011 |
Color Harmonies of #FCB130
Complementary color
Monochromatic Colors of #FCB130
Black with #FCB130
Text Example
Text Example
White with #FCB130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB130; }
p { color: rgb(252,177,48); }
H1.HeaderClassName
{
color: #FCB130;
}
.AnyTagClassName
{
color: #FCB130;
}
</style>
background-color css
<style>
a { background-color: #FCB130; }
a { background-color: rgb(252,177,48); }
div.DivClassName
{
background-color: #FCB130;
}
.BgClassName
{
background-color: #FCB130;
}
</style>
border-color css
<style>
span { border-color: #FCB130; }
span { border-color: rgb(252,177,48); }
td.TdClassName
{
border-color: #FCB130;
}
.TagClassName
{
border-color: #FCB130;
}
</style>