Shades of Supernova #FDBD37
Tints of Supernova #FDBD37
RGB
CMYK
RGB Variations
Color information
#FDBD37 (or 0xFDBD37) is known color: Supernova. HEX triplet: FD, BD and 37. RGB value is (253,189,55). Sum of RGB (Red+Green+Blue) = 253+189+55=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 55 (21.88% from 255 or 11.07% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBD37 is #0242C8. Grayscale: #C1C1C1. Windows color (decimal): -148169 or 3653117. OLE color: 3653117.
HSL color Cylindrical-coordinate representation of color #FDBD37: hue angle of 40.61º 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 #FDBD37 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 55 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.01 |
| HSL | 40.61º | 0.98% | 0.6% | - |
| HSV(B) | 40.61º | 0.78% | 0.99% | - |
| XYZ | 59.4 | 57.55 | 11.59 | - |
| YUV | 192.86 | 50.2 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 55 | 0 | 0.25 | 0.78 | 0.01 | 40.61 | 0.98 | 0.6 |
| Hex | FD | BD | 37 | 0 | 19 | 4E | 1 | 29 | 62 | 3C |
| Octal | 375 | 275 | 67 | 0 | 31 | 116 | 1 | 51 | 142 | 74 |
| Binary | 11111101 | 10111101 | 110111 | 0 | 11001 | 1001110 | 1 | 101001 | 1100010 | 111100 |
Color Harmonies of #FDBD37
Complementary color
Monochromatic Colors of #FDBD37
Black with #FDBD37
Text Example
Text Example
White with #FDBD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD37; }
p { color: rgb(253,189,55); }
H1.HeaderClassName
{
color: #FDBD37;
}
.AnyTagClassName
{
color: #FDBD37;
}
</style>
background-color css
<style>
a { background-color: #FDBD37; }
a { background-color: rgb(253,189,55); }
div.DivClassName
{
background-color: #FDBD37;
}
.BgClassName
{
background-color: #FDBD37;
}
</style>
border-color css
<style>
span { border-color: #FDBD37; }
span { border-color: rgb(253,189,55); }
td.TdClassName
{
border-color: #FDBD37;
}
.TagClassName
{
border-color: #FDBD37;
}
</style>