Shades of Supernova #FCB728
Tints of Supernova #FCB728
RGB
CMYK
RGB Variations
Color information
#FCB728 (or 0xFCB728) is known color: Supernova. HEX triplet: FC, B7 and 28. RGB value is (252,183,40). Sum of RGB (Red+Green+Blue) = 252+183+40=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB728 is #0348D7. Grayscale: #BBBBBB. Windows color (decimal): -215256 or 2668540. OLE color: 2668540.
HSL color Cylindrical-coordinate representation of color #FCB728: hue angle of 40.47º 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 #FCB728 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 40 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.01 |
| HSL | 40.47º | 0.97% | 0.57% | - |
| HSV(B) | 40.47º | 0.84% | 0.99% | - |
| XYZ | 57.46 | 54.72 | 9.54 | - |
| YUV | 187.33 | 44.86 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 40 | 0 | 0.27 | 0.84 | 0.01 | 40.47 | 0.97 | 0.57 |
| Hex | FC | B7 | 28 | 0 | 1B | 54 | 1 | 28 | 61 | 39 |
| Octal | 374 | 267 | 50 | 0 | 33 | 124 | 1 | 50 | 141 | 71 |
| Binary | 11111100 | 10110111 | 101000 | 0 | 11011 | 1010100 | 1 | 101000 | 1100001 | 111001 |
Color Harmonies of #FCB728
Complementary color
Monochromatic Colors of #FCB728
Black with #FCB728
Text Example
Text Example
White with #FCB728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB728; }
p { color: rgb(252,183,40); }
H1.HeaderClassName
{
color: #FCB728;
}
.AnyTagClassName
{
color: #FCB728;
}
</style>
background-color css
<style>
a { background-color: #FCB728; }
a { background-color: rgb(252,183,40); }
div.DivClassName
{
background-color: #FCB728;
}
.BgClassName
{
background-color: #FCB728;
}
</style>
border-color css
<style>
span { border-color: #FCB728; }
span { border-color: rgb(252,183,40); }
td.TdClassName
{
border-color: #FCB728;
}
.TagClassName
{
border-color: #FCB728;
}
</style>