Shades of Supernova #FDB729
Tints of Supernova #FDB729
RGB
CMYK
RGB Variations
Color information
#FDB729 (or 0xFDB729) is known color: Supernova. HEX triplet: FD, B7 and 29. RGB value is (253,183,41). Sum of RGB (Red+Green+Blue) = 253+183+41=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 41 (16.41% from 255 or 8.60% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB729 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB729 is #0248D6. Grayscale: #BCBCBC. Windows color (decimal): -149719 or 2734077. OLE color: 2734077.
HSL color Cylindrical-coordinate representation of color #FDB729: hue angle of 40.19º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDB729 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 41 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.01 |
| HSL | 40.19º | 0.98% | 0.58% | - |
| HSV(B) | 40.19º | 0.84% | 0.99% | - |
| XYZ | 57.84 | 54.91 | 9.65 | - |
| YUV | 187.74 | 45.19 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 41 | 0 | 0.28 | 0.84 | 0.01 | 40.19 | 0.98 | 0.58 |
| Hex | FD | B7 | 29 | 0 | 1C | 54 | 1 | 28 | 62 | 3A |
| Octal | 375 | 267 | 51 | 0 | 34 | 124 | 1 | 50 | 142 | 72 |
| Binary | 11111101 | 10110111 | 101001 | 0 | 11100 | 1010100 | 1 | 101000 | 1100010 | 111010 |
Color Harmonies of #FDB729
Complementary color
Monochromatic Colors of #FDB729
Black with #FDB729
Text Example
Text Example
White with #FDB729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB729; }
p { color: rgb(253,183,41); }
H1.HeaderClassName
{
color: #FDB729;
}
.AnyTagClassName
{
color: #FDB729;
}
</style>
background-color css
<style>
a { background-color: #FDB729; }
a { background-color: rgb(253,183,41); }
div.DivClassName
{
background-color: #FDB729;
}
.BgClassName
{
background-color: #FDB729;
}
</style>
border-color css
<style>
span { border-color: #FDB729; }
span { border-color: rgb(253,183,41); }
td.TdClassName
{
border-color: #FDB729;
}
.TagClassName
{
border-color: #FDB729;
}
</style>