Shades of Supernova #FDB43A
Tints of Supernova #FDB43A
RGB
CMYK
RGB Variations
Color information
#FDB43A (or 0xFDB43A) is known color: Supernova. HEX triplet: FD, B4 and 3A. RGB value is (253,180,58). Sum of RGB (Red+Green+Blue) = 253+180+58=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB43A is #024BC5. Grayscale: #BCBCBC. Windows color (decimal): -150470 or 3847421. OLE color: 3847421.
HSL color Cylindrical-coordinate representation of color #FDB43A: hue angle of 37.54º 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 #FDB43A is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 58 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.01 |
| HSL | 37.54º | 0.98% | 0.61% | - |
| HSV(B) | 37.54º | 0.77% | 0.99% | - |
| XYZ | 57.59 | 53.83 | 11.36 | - |
| YUV | 187.92 | 54.68 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 58 | 0 | 0.29 | 0.77 | 0.01 | 37.54 | 0.98 | 0.61 |
| Hex | FD | B4 | 3A | 0 | 1D | 4D | 1 | 26 | 62 | 3D |
| Octal | 375 | 264 | 72 | 0 | 35 | 115 | 1 | 46 | 142 | 75 |
| Binary | 11111101 | 10110100 | 111010 | 0 | 11101 | 1001101 | 1 | 100110 | 1100010 | 111101 |
Color Harmonies of #FDB43A
Complementary color
Monochromatic Colors of #FDB43A
Black with #FDB43A
Text Example
Text Example
White with #FDB43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB43A; }
p { color: rgb(253,180,58); }
H1.HeaderClassName
{
color: #FDB43A;
}
.AnyTagClassName
{
color: #FDB43A;
}
</style>
background-color css
<style>
a { background-color: #FDB43A; }
a { background-color: rgb(253,180,58); }
div.DivClassName
{
background-color: #FDB43A;
}
.BgClassName
{
background-color: #FDB43A;
}
</style>
border-color css
<style>
span { border-color: #FDB43A; }
span { border-color: rgb(253,180,58); }
td.TdClassName
{
border-color: #FDB43A;
}
.TagClassName
{
border-color: #FDB43A;
}
</style>