Shades of Supernova #FDB028
Tints of Supernova #FDB028
RGB
CMYK
RGB Variations
Color information
#FDB028 (or 0xFDB028) is known color: Supernova. HEX triplet: FD, B0 and 28. RGB value is (253,176,40). Sum of RGB (Red+Green+Blue) = 253+176+40=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB028 is #024FD7. Grayscale: #B8B8B8. Windows color (decimal): -151512 or 2666749. OLE color: 2666749.
HSL color Cylindrical-coordinate representation of color #FDB028: hue angle of 38.31º 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 #FDB028 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 40 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.01 |
| HSL | 38.31º | 0.98% | 0.57% | - |
| HSV(B) | 38.31º | 0.84% | 0.99% | - |
| XYZ | 56.42 | 52.09 | 9.09 | - |
| YUV | 183.52 | 47.01 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 40 | 0 | 0.30 | 0.84 | 0.01 | 38.31 | 0.98 | 0.57 |
| Hex | FD | B0 | 28 | 0 | 1E | 54 | 1 | 26 | 62 | 39 |
| Octal | 375 | 260 | 50 | 0 | 36 | 124 | 1 | 46 | 142 | 71 |
| Binary | 11111101 | 10110000 | 101000 | 0 | 11110 | 1010100 | 1 | 100110 | 1100010 | 111001 |
Color Harmonies of #FDB028
Complementary color
Monochromatic Colors of #FDB028
Black with #FDB028
Text Example
Text Example
White with #FDB028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB028; }
p { color: rgb(253,176,40); }
H1.HeaderClassName
{
color: #FDB028;
}
.AnyTagClassName
{
color: #FDB028;
}
</style>
background-color css
<style>
a { background-color: #FDB028; }
a { background-color: rgb(253,176,40); }
div.DivClassName
{
background-color: #FDB028;
}
.BgClassName
{
background-color: #FDB028;
}
</style>
border-color css
<style>
span { border-color: #FDB028; }
span { border-color: rgb(253,176,40); }
td.TdClassName
{
border-color: #FDB028;
}
.TagClassName
{
border-color: #FDB028;
}
</style>