Shades of Supernova #FDBC37
Tints of Supernova #FDBC37
RGB
CMYK
RGB Variations
Color information
#FDBC37 (or 0xFDBC37) is known color: Supernova. HEX triplet: FD, BC and 37. RGB value is (253,188,55). Sum of RGB (Red+Green+Blue) = 253+188+55=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 55 (21.88% from 255 or 11.09% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBC37 is #0243C8. Grayscale: #C0C0C0. Windows color (decimal): -148425 or 3652861. OLE color: 3652861.
HSL color Cylindrical-coordinate representation of color #FDBC37: hue angle of 40.3º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDBC37 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 55 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.01 |
| HSL | 40.3º | 0.98% | 0.6% | - |
| HSV(B) | 40.3º | 0.78% | 0.99% | - |
| XYZ | 59.18 | 57.12 | 11.52 | - |
| YUV | 192.27 | 50.53 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 55 | 0 | 0.26 | 0.78 | 0.01 | 40.3 | 0.98 | 0.6 |
| Hex | FD | BC | 37 | 0 | 1A | 4E | 1 | 28 | 62 | 3C |
| Octal | 375 | 274 | 67 | 0 | 32 | 116 | 1 | 50 | 142 | 74 |
| Binary | 11111101 | 10111100 | 110111 | 0 | 11010 | 1001110 | 1 | 101000 | 1100010 | 111100 |
Color Harmonies of #FDBC37
Complementary color
Monochromatic Colors of #FDBC37
Black with #FDBC37
Text Example
Text Example
White with #FDBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBC37; }
p { color: rgb(253,188,55); }
H1.HeaderClassName
{
color: #FDBC37;
}
.AnyTagClassName
{
color: #FDBC37;
}
</style>
background-color css
<style>
a { background-color: #FDBC37; }
a { background-color: rgb(253,188,55); }
div.DivClassName
{
background-color: #FDBC37;
}
.BgClassName
{
background-color: #FDBC37;
}
</style>
border-color css
<style>
span { border-color: #FDBC37; }
span { border-color: rgb(253,188,55); }
td.TdClassName
{
border-color: #FDBC37;
}
.TagClassName
{
border-color: #FDBC37;
}
</style>