Shades of Supernova #FDB732
Tints of Supernova #FDB732
RGB
CMYK
RGB Variations
Color information
#FDB732 (or 0xFDB732) is known color: Supernova. HEX triplet: FD, B7 and 32. RGB value is (253,183,50). Sum of RGB (Red+Green+Blue) = 253+183+50=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB732 is #0248CD. Grayscale: #BDBDBD. Windows color (decimal): -149710 or 3323901. OLE color: 3323901.
HSL color Cylindrical-coordinate representation of color #FDB732: hue angle of 39.31º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDB732 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 50 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.01 |
| HSL | 39.31º | 0.98% | 0.59% | - |
| HSV(B) | 39.31º | 0.8% | 0.99% | - |
| XYZ | 58.02 | 54.98 | 10.57 | - |
| YUV | 188.77 | 49.69 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 50 | 0 | 0.28 | 0.80 | 0.01 | 39.31 | 0.98 | 0.59 |
| Hex | FD | B7 | 32 | 0 | 1C | 50 | 1 | 27 | 62 | 3B |
| Octal | 375 | 267 | 62 | 0 | 34 | 120 | 1 | 47 | 142 | 73 |
| Binary | 11111101 | 10110111 | 110010 | 0 | 11100 | 1010000 | 1 | 100111 | 1100010 | 111011 |
Color Harmonies of #FDB732
Complementary color
Monochromatic Colors of #FDB732
Black with #FDB732
Text Example
Text Example
White with #FDB732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB732; }
p { color: rgb(253,183,50); }
H1.HeaderClassName
{
color: #FDB732;
}
.AnyTagClassName
{
color: #FDB732;
}
</style>
background-color css
<style>
a { background-color: #FDB732; }
a { background-color: rgb(253,183,50); }
div.DivClassName
{
background-color: #FDB732;
}
.BgClassName
{
background-color: #FDB732;
}
</style>
border-color css
<style>
span { border-color: #FDB732; }
span { border-color: rgb(253,183,50); }
td.TdClassName
{
border-color: #FDB732;
}
.TagClassName
{
border-color: #FDB732;
}
</style>