Shades of Supernova #FDBC3A
Tints of Supernova #FDBC3A
RGB
CMYK
RGB Variations
Color information
#FDBC3A (or 0xFDBC3A) is known color: Supernova. HEX triplet: FD, BC and 3A. RGB value is (253,188,58). Sum of RGB (Red+Green+Blue) = 253+188+58=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 58 (23.05% from 255 or 11.62% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBC3A is #0243C5. Grayscale: #C1C1C1. Windows color (decimal): -148422 or 3849469. OLE color: 3849469.
HSL color Cylindrical-coordinate representation of color #FDBC3A: hue angle of 40º 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 #FDBC3A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 58 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.01 |
| HSL | 40º | 0.98% | 0.61% | - |
| HSV(B) | 40º | 0.77% | 0.99% | - |
| XYZ | 59.25 | 57.15 | 11.91 | - |
| YUV | 192.62 | 52.03 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 58 | 0 | 0.26 | 0.77 | 0.01 | 40 | 0.98 | 0.61 |
| Hex | FD | BC | 3A | 0 | 1A | 4D | 1 | 28 | 62 | 3D |
| Octal | 375 | 274 | 72 | 0 | 32 | 115 | 1 | 50 | 142 | 75 |
| Binary | 11111101 | 10111100 | 111010 | 0 | 11010 | 1001101 | 1 | 101000 | 1100010 | 111101 |
Color Harmonies of #FDBC3A
Complementary color
Monochromatic Colors of #FDBC3A
Black with #FDBC3A
Text Example
Text Example
White with #FDBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBC3A; }
p { color: rgb(253,188,58); }
H1.HeaderClassName
{
color: #FDBC3A;
}
.AnyTagClassName
{
color: #FDBC3A;
}
</style>
background-color css
<style>
a { background-color: #FDBC3A; }
a { background-color: rgb(253,188,58); }
div.DivClassName
{
background-color: #FDBC3A;
}
.BgClassName
{
background-color: #FDBC3A;
}
</style>
border-color css
<style>
span { border-color: #FDBC3A; }
span { border-color: rgb(253,188,58); }
td.TdClassName
{
border-color: #FDBC3A;
}
.TagClassName
{
border-color: #FDBC3A;
}
</style>