Shades of Supernova #FDB53E
Tints of Supernova #FDB53E
RGB
CMYK
RGB Variations
Color information
#FDB53E (or 0xFDB53E) is known color: Supernova. HEX triplet: FD, B5 and 3E. RGB value is (253,181,62). Sum of RGB (Red+Green+Blue) = 253+181+62=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 62 (24.61% from 255 or 12.5% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB53E is #024AC1. Grayscale: #BDBDBD. Windows color (decimal): -150210 or 4109821. OLE color: 4109821.
HSL color Cylindrical-coordinate representation of color #FDB53E: hue angle of 37.38º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDB53E is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 62 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.01 |
| HSL | 37.38º | 0.98% | 0.62% | - |
| HSV(B) | 37.38º | 0.75% | 0.99% | - |
| XYZ | 57.9 | 54.28 | 11.98 | - |
| YUV | 188.96 | 56.35 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 62 | 0 | 0.28 | 0.75 | 0.01 | 37.38 | 0.98 | 0.62 |
| Hex | FD | B5 | 3E | 0 | 1C | 4B | 1 | 25 | 62 | 3E |
| Octal | 375 | 265 | 76 | 0 | 34 | 113 | 1 | 45 | 142 | 76 |
| Binary | 11111101 | 10110101 | 111110 | 0 | 11100 | 1001011 | 1 | 100101 | 1100010 | 111110 |
Color Harmonies of #FDB53E
Complementary color
Monochromatic Colors of #FDB53E
Black with #FDB53E
Text Example
Text Example
White with #FDB53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB53E; }
p { color: rgb(253,181,62); }
H1.HeaderClassName
{
color: #FDB53E;
}
.AnyTagClassName
{
color: #FDB53E;
}
</style>
background-color css
<style>
a { background-color: #FDB53E; }
a { background-color: rgb(253,181,62); }
div.DivClassName
{
background-color: #FDB53E;
}
.BgClassName
{
background-color: #FDB53E;
}
</style>
border-color css
<style>
span { border-color: #FDB53E; }
span { border-color: rgb(253,181,62); }
td.TdClassName
{
border-color: #FDB53E;
}
.TagClassName
{
border-color: #FDB53E;
}
</style>