Shades of Supernova #FDB53D
Tints of Supernova #FDB53D
RGB
CMYK
RGB Variations
Color information
#FDB53D (or 0xFDB53D) is known color: Supernova. HEX triplet: FD, B5 and 3D. RGB value is (253,181,61). Sum of RGB (Red+Green+Blue) = 253+181+61=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB53D is #024AC2. Grayscale: #BDBDBD. Windows color (decimal): -150211 or 4044285. OLE color: 4044285.
HSL color Cylindrical-coordinate representation of color #FDB53D: hue angle of 37.5º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDB53D is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 61 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.01 |
| HSL | 37.5º | 0.98% | 0.62% | - |
| HSV(B) | 37.5º | 0.76% | 0.99% | - |
| XYZ | 57.87 | 54.27 | 11.84 | - |
| YUV | 188.85 | 55.85 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 61 | 0 | 0.28 | 0.76 | 0.01 | 37.5 | 0.98 | 0.62 |
| Hex | FD | B5 | 3D | 0 | 1C | 4C | 1 | 26 | 62 | 3E |
| Octal | 375 | 265 | 75 | 0 | 34 | 114 | 1 | 46 | 142 | 76 |
| Binary | 11111101 | 10110101 | 111101 | 0 | 11100 | 1001100 | 1 | 100110 | 1100010 | 111110 |
Color Harmonies of #FDB53D
Complementary color
Monochromatic Colors of #FDB53D
Black with #FDB53D
Text Example
Text Example
White with #FDB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB53D; }
p { color: rgb(253,181,61); }
H1.HeaderClassName
{
color: #FDB53D;
}
.AnyTagClassName
{
color: #FDB53D;
}
</style>
background-color css
<style>
a { background-color: #FDB53D; }
a { background-color: rgb(253,181,61); }
div.DivClassName
{
background-color: #FDB53D;
}
.BgClassName
{
background-color: #FDB53D;
}
</style>
border-color css
<style>
span { border-color: #FDB53D; }
span { border-color: rgb(253,181,61); }
td.TdClassName
{
border-color: #FDB53D;
}
.TagClassName
{
border-color: #FDB53D;
}
</style>