Shades of Supernova #FDB72E
Tints of Supernova #FDB72E
RGB
CMYK
RGB Variations
Color information
#FDB72E (or 0xFDB72E) is known color: Supernova. HEX triplet: FD, B7 and 2E. RGB value is (253,183,46). Sum of RGB (Red+Green+Blue) = 253+183+46=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB72E is #0248D1. Grayscale: #BCBCBC. Windows color (decimal): -149714 or 3061757. OLE color: 3061757.
HSL color Cylindrical-coordinate representation of color #FDB72E: hue angle of 39.71º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDB72E is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 46 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.01 |
| HSL | 39.71º | 0.98% | 0.59% | - |
| HSV(B) | 39.71º | 0.82% | 0.99% | - |
| XYZ | 57.93 | 54.95 | 10.14 | - |
| YUV | 188.31 | 47.69 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 46 | 0 | 0.28 | 0.82 | 0.01 | 39.71 | 0.98 | 0.59 |
| Hex | FD | B7 | 2E | 0 | 1C | 52 | 1 | 28 | 62 | 3B |
| Octal | 375 | 267 | 56 | 0 | 34 | 122 | 1 | 50 | 142 | 73 |
| Binary | 11111101 | 10110111 | 101110 | 0 | 11100 | 1010010 | 1 | 101000 | 1100010 | 111011 |
Color Harmonies of #FDB72E
Complementary color
Monochromatic Colors of #FDB72E
Black with #FDB72E
Text Example
Text Example
White with #FDB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB72E; }
p { color: rgb(253,183,46); }
H1.HeaderClassName
{
color: #FDB72E;
}
.AnyTagClassName
{
color: #FDB72E;
}
</style>
background-color css
<style>
a { background-color: #FDB72E; }
a { background-color: rgb(253,183,46); }
div.DivClassName
{
background-color: #FDB72E;
}
.BgClassName
{
background-color: #FDB72E;
}
</style>
border-color css
<style>
span { border-color: #FDB72E; }
span { border-color: rgb(253,183,46); }
td.TdClassName
{
border-color: #FDB72E;
}
.TagClassName
{
border-color: #FDB72E;
}
</style>