Shades of Supernova #FCB731
Tints of Supernova #FCB731
RGB
CMYK
RGB Variations
Color information
#FCB731 (or 0xFCB731) is known color: Supernova. HEX triplet: FC, B7 and 31. RGB value is (252,183,49). Sum of RGB (Red+Green+Blue) = 252+183+49=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB731 is #0348CE. Grayscale: #BCBCBC. Windows color (decimal): -215247 or 3258364. OLE color: 3258364.
HSL color Cylindrical-coordinate representation of color #FCB731: hue angle of 39.61º 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 #FCB731 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 49 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.01 |
| HSL | 39.61º | 0.97% | 0.59% | - |
| HSV(B) | 39.61º | 0.81% | 0.99% | - |
| XYZ | 57.63 | 54.78 | 10.44 | - |
| YUV | 188.36 | 49.36 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 49 | 0 | 0.27 | 0.81 | 0.01 | 39.61 | 0.97 | 0.59 |
| Hex | FC | B7 | 31 | 0 | 1B | 51 | 1 | 28 | 61 | 3B |
| Octal | 374 | 267 | 61 | 0 | 33 | 121 | 1 | 50 | 141 | 73 |
| Binary | 11111100 | 10110111 | 110001 | 0 | 11011 | 1010001 | 1 | 101000 | 1100001 | 111011 |
Color Harmonies of #FCB731
Complementary color
Monochromatic Colors of #FCB731
Black with #FCB731
Text Example
Text Example
White with #FCB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB731; }
p { color: rgb(252,183,49); }
H1.HeaderClassName
{
color: #FCB731;
}
.AnyTagClassName
{
color: #FCB731;
}
</style>
background-color css
<style>
a { background-color: #FCB731; }
a { background-color: rgb(252,183,49); }
div.DivClassName
{
background-color: #FCB731;
}
.BgClassName
{
background-color: #FCB731;
}
</style>
border-color css
<style>
span { border-color: #FCB731; }
span { border-color: rgb(252,183,49); }
td.TdClassName
{
border-color: #FCB731;
}
.TagClassName
{
border-color: #FCB731;
}
</style>