Shades of Supernova #FDB731
Tints of Supernova #FDB731
RGB
CMYK
RGB Variations
Color information
#FDB731 (or 0xFDB731) is known color: Supernova. HEX triplet: FD, B7 and 31. RGB value is (253,183,49). Sum of RGB (Red+Green+Blue) = 253+183+49=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB731 is #0248CE. Grayscale: #BDBDBD. Windows color (decimal): -149711 or 3258365. OLE color: 3258365.
HSL color Cylindrical-coordinate representation of color #FDB731: hue angle of 39.41º degrees, saturation: 0.98, 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 #FDB731 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 49 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.01 |
| HSL | 39.41º | 0.98% | 0.59% | - |
| HSV(B) | 39.41º | 0.81% | 0.99% | - |
| XYZ | 58 | 54.97 | 10.46 | - |
| YUV | 188.65 | 49.19 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 49 | 0 | 0.28 | 0.81 | 0.01 | 39.41 | 0.98 | 0.59 |
| Hex | FD | B7 | 31 | 0 | 1C | 51 | 1 | 27 | 62 | 3B |
| Octal | 375 | 267 | 61 | 0 | 34 | 121 | 1 | 47 | 142 | 73 |
| Binary | 11111101 | 10110111 | 110001 | 0 | 11100 | 1010001 | 1 | 100111 | 1100010 | 111011 |
Color Harmonies of #FDB731
Complementary color
Monochromatic Colors of #FDB731
Black with #FDB731
Text Example
Text Example
White with #FDB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB731; }
p { color: rgb(253,183,49); }
H1.HeaderClassName
{
color: #FDB731;
}
.AnyTagClassName
{
color: #FDB731;
}
</style>
background-color css
<style>
a { background-color: #FDB731; }
a { background-color: rgb(253,183,49); }
div.DivClassName
{
background-color: #FDB731;
}
.BgClassName
{
background-color: #FDB731;
}
</style>
border-color css
<style>
span { border-color: #FDB731; }
span { border-color: rgb(253,183,49); }
td.TdClassName
{
border-color: #FDB731;
}
.TagClassName
{
border-color: #FDB731;
}
</style>