Shades of Supernova #FDB33A
Tints of Supernova #FDB33A
RGB
CMYK
RGB Variations
Color information
#FDB33A (or 0xFDB33A) is known color: Supernova. HEX triplet: FD, B3 and 3A. RGB value is (253,179,58). Sum of RGB (Red+Green+Blue) = 253+179+58=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB33A is #024CC5. Grayscale: #BBBBBB. Windows color (decimal): -150726 or 3847165. OLE color: 3847165.
HSL color Cylindrical-coordinate representation of color #FDB33A: hue angle of 37.23º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDB33A is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 58 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.01 |
| HSL | 37.23º | 0.98% | 0.61% | - |
| HSV(B) | 37.23º | 0.77% | 0.99% | - |
| XYZ | 57.39 | 53.43 | 11.29 | - |
| YUV | 187.33 | 55.02 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 58 | 0 | 0.29 | 0.77 | 0.01 | 37.23 | 0.98 | 0.61 |
| Hex | FD | B3 | 3A | 0 | 1D | 4D | 1 | 25 | 62 | 3D |
| Octal | 375 | 263 | 72 | 0 | 35 | 115 | 1 | 45 | 142 | 75 |
| Binary | 11111101 | 10110011 | 111010 | 0 | 11101 | 1001101 | 1 | 100101 | 1100010 | 111101 |
Color Harmonies of #FDB33A
Complementary color
Monochromatic Colors of #FDB33A
Black with #FDB33A
Text Example
Text Example
White with #FDB33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB33A; }
p { color: rgb(253,179,58); }
H1.HeaderClassName
{
color: #FDB33A;
}
.AnyTagClassName
{
color: #FDB33A;
}
</style>
background-color css
<style>
a { background-color: #FDB33A; }
a { background-color: rgb(253,179,58); }
div.DivClassName
{
background-color: #FDB33A;
}
.BgClassName
{
background-color: #FDB33A;
}
</style>
border-color css
<style>
span { border-color: #FDB33A; }
span { border-color: rgb(253,179,58); }
td.TdClassName
{
border-color: #FDB33A;
}
.TagClassName
{
border-color: #FDB33A;
}
</style>