Shades of Supernova #FDBC2E
Tints of Supernova #FDBC2E
RGB
CMYK
RGB Variations
Color information
#FDBC2E (or 0xFDBC2E) is known color: Supernova. HEX triplet: FD, BC and 2E. RGB value is (253,188,46). Sum of RGB (Red+Green+Blue) = 253+188+46=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 46 (18.36% from 255 or 9.45% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBC2E is #0243D1. Grayscale: #BFBFBF. Windows color (decimal): -148434 or 3063037. OLE color: 3063037.
HSL color Cylindrical-coordinate representation of color #FDBC2E: hue angle of 41.16º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDBC2E is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 46 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.01 |
| HSL | 41.16º | 0.98% | 0.59% | - |
| HSV(B) | 41.16º | 0.82% | 0.99% | - |
| XYZ | 58.98 | 57.05 | 10.49 | - |
| YUV | 191.25 | 46.03 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 46 | 0 | 0.26 | 0.82 | 0.01 | 41.16 | 0.98 | 0.59 |
| Hex | FD | BC | 2E | 0 | 1A | 52 | 1 | 29 | 62 | 3B |
| Octal | 375 | 274 | 56 | 0 | 32 | 122 | 1 | 51 | 142 | 73 |
| Binary | 11111101 | 10111100 | 101110 | 0 | 11010 | 1010010 | 1 | 101001 | 1100010 | 111011 |
Color Harmonies of #FDBC2E
Complementary color
Monochromatic Colors of #FDBC2E
Black with #FDBC2E
Text Example
Text Example
White with #FDBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBC2E; }
p { color: rgb(253,188,46); }
H1.HeaderClassName
{
color: #FDBC2E;
}
.AnyTagClassName
{
color: #FDBC2E;
}
</style>
background-color css
<style>
a { background-color: #FDBC2E; }
a { background-color: rgb(253,188,46); }
div.DivClassName
{
background-color: #FDBC2E;
}
.BgClassName
{
background-color: #FDBC2E;
}
</style>
border-color css
<style>
span { border-color: #FDBC2E; }
span { border-color: rgb(253,188,46); }
td.TdClassName
{
border-color: #FDBC2E;
}
.TagClassName
{
border-color: #FDBC2E;
}
</style>