Shades of Supernova #FDB328
Tints of Supernova #FDB328
RGB
CMYK
RGB Variations
Color information
#FDB328 (or 0xFDB328) is known color: Supernova. HEX triplet: FD, B3 and 28. RGB value is (253,179,40). Sum of RGB (Red+Green+Blue) = 253+179+40=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB328 is #024CD7. Grayscale: #B9B9B9. Windows color (decimal): -150744 or 2667517. OLE color: 2667517.
HSL color Cylindrical-coordinate representation of color #FDB328: hue angle of 39.15º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDB328 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 40 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.01 |
| HSL | 39.15º | 0.98% | 0.57% | - |
| HSV(B) | 39.15º | 0.84% | 0.99% | - |
| XYZ | 57.01 | 53.28 | 9.29 | - |
| YUV | 185.28 | 46.02 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 40 | 0 | 0.29 | 0.84 | 0.01 | 39.15 | 0.98 | 0.57 |
| Hex | FD | B3 | 28 | 0 | 1D | 54 | 1 | 27 | 62 | 39 |
| Octal | 375 | 263 | 50 | 0 | 35 | 124 | 1 | 47 | 142 | 71 |
| Binary | 11111101 | 10110011 | 101000 | 0 | 11101 | 1010100 | 1 | 100111 | 1100010 | 111001 |
Color Harmonies of #FDB328
Complementary color
Monochromatic Colors of #FDB328
Black with #FDB328
Text Example
Text Example
White with #FDB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB328; }
p { color: rgb(253,179,40); }
H1.HeaderClassName
{
color: #FDB328;
}
.AnyTagClassName
{
color: #FDB328;
}
</style>
background-color css
<style>
a { background-color: #FDB328; }
a { background-color: rgb(253,179,40); }
div.DivClassName
{
background-color: #FDB328;
}
.BgClassName
{
background-color: #FDB328;
}
</style>
border-color css
<style>
span { border-color: #FDB328; }
span { border-color: rgb(253,179,40); }
td.TdClassName
{
border-color: #FDB328;
}
.TagClassName
{
border-color: #FDB328;
}
</style>