Shades of Supernova #FDB32D
Tints of Supernova #FDB32D
RGB
CMYK
RGB Variations
Color information
#FDB32D (or 0xFDB32D) is known color: Supernova. HEX triplet: FD, B3 and 2D. RGB value is (253,179,45). Sum of RGB (Red+Green+Blue) = 253+179+45=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB32D is #024CD2. Grayscale: #BABABA. Windows color (decimal): -150739 or 2995197. OLE color: 2995197.
HSL color Cylindrical-coordinate representation of color #FDB32D: hue angle of 38.65º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDB32D is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 45 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.01 |
| HSL | 38.65º | 0.98% | 0.58% | - |
| HSV(B) | 38.65º | 0.82% | 0.99% | - |
| XYZ | 57.1 | 53.31 | 9.76 | - |
| YUV | 185.85 | 48.52 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 45 | 0 | 0.29 | 0.82 | 0.01 | 38.65 | 0.98 | 0.58 |
| Hex | FD | B3 | 2D | 0 | 1D | 52 | 1 | 27 | 62 | 3A |
| Octal | 375 | 263 | 55 | 0 | 35 | 122 | 1 | 47 | 142 | 72 |
| Binary | 11111101 | 10110011 | 101101 | 0 | 11101 | 1010010 | 1 | 100111 | 1100010 | 111010 |
Color Harmonies of #FDB32D
Complementary color
Monochromatic Colors of #FDB32D
Black with #FDB32D
Text Example
Text Example
White with #FDB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB32D; }
p { color: rgb(253,179,45); }
H1.HeaderClassName
{
color: #FDB32D;
}
.AnyTagClassName
{
color: #FDB32D;
}
</style>
background-color css
<style>
a { background-color: #FDB32D; }
a { background-color: rgb(253,179,45); }
div.DivClassName
{
background-color: #FDB32D;
}
.BgClassName
{
background-color: #FDB32D;
}
</style>
border-color css
<style>
span { border-color: #FDB32D; }
span { border-color: rgb(253,179,45); }
td.TdClassName
{
border-color: #FDB32D;
}
.TagClassName
{
border-color: #FDB32D;
}
</style>