Shades of Supernova #FDB131
Tints of Supernova #FDB131
RGB
CMYK
RGB Variations
Color information
#FDB131 (or 0xFDB131) is known color: Supernova. HEX triplet: FD, B1 and 31. RGB value is (253,177,49). Sum of RGB (Red+Green+Blue) = 253+177+49=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB131 is #024ECE. Grayscale: #B9B9B9. Windows color (decimal): -151247 or 3256829. OLE color: 3256829.
HSL color Cylindrical-coordinate representation of color #FDB131: hue angle of 37.65º 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 #FDB131 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 49 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.01 |
| HSL | 37.65º | 0.98% | 0.59% | - |
| HSV(B) | 37.65º | 0.81% | 0.99% | - |
| XYZ | 56.78 | 52.55 | 10.06 | - |
| YUV | 185.13 | 51.18 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 49 | 0 | 0.30 | 0.81 | 0.01 | 37.65 | 0.98 | 0.59 |
| Hex | FD | B1 | 31 | 0 | 1E | 51 | 1 | 26 | 62 | 3B |
| Octal | 375 | 261 | 61 | 0 | 36 | 121 | 1 | 46 | 142 | 73 |
| Binary | 11111101 | 10110001 | 110001 | 0 | 11110 | 1010001 | 1 | 100110 | 1100010 | 111011 |
Color Harmonies of #FDB131
Complementary color
Monochromatic Colors of #FDB131
Black with #FDB131
Text Example
Text Example
White with #FDB131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB131; }
p { color: rgb(253,177,49); }
H1.HeaderClassName
{
color: #FDB131;
}
.AnyTagClassName
{
color: #FDB131;
}
</style>
background-color css
<style>
a { background-color: #FDB131; }
a { background-color: rgb(253,177,49); }
div.DivClassName
{
background-color: #FDB131;
}
.BgClassName
{
background-color: #FDB131;
}
</style>
border-color css
<style>
span { border-color: #FDB131; }
span { border-color: rgb(253,177,49); }
td.TdClassName
{
border-color: #FDB131;
}
.TagClassName
{
border-color: #FDB131;
}
</style>