Shades of Supernova #FDBB37
Tints of Supernova #FDBB37
RGB
CMYK
RGB Variations
Color information
#FDBB37 (or 0xFDBB37) is known color: Supernova. HEX triplet: FD, BB and 37. RGB value is (253,187,55). Sum of RGB (Red+Green+Blue) = 253+187+55=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 55 (21.88% from 255 or 11.11% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBB37 is #0244C8. Grayscale: #C0C0C0. Windows color (decimal): -148681 or 3652605. OLE color: 3652605.
HSL color Cylindrical-coordinate representation of color #FDBB37: hue angle of 40º 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 #FDBB37 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 55 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.01 |
| HSL | 40º | 0.98% | 0.6% | - |
| HSV(B) | 40º | 0.78% | 0.99% | - |
| XYZ | 58.97 | 56.7 | 11.45 | - |
| YUV | 191.69 | 50.87 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 55 | 0 | 0.26 | 0.78 | 0.01 | 40 | 0.98 | 0.6 |
| Hex | FD | BB | 37 | 0 | 1A | 4E | 1 | 28 | 62 | 3C |
| Octal | 375 | 273 | 67 | 0 | 32 | 116 | 1 | 50 | 142 | 74 |
| Binary | 11111101 | 10111011 | 110111 | 0 | 11010 | 1001110 | 1 | 101000 | 1100010 | 111100 |
Color Harmonies of #FDBB37
Complementary color
Monochromatic Colors of #FDBB37
Black with #FDBB37
Text Example
Text Example
White with #FDBB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBB37; }
p { color: rgb(253,187,55); }
H1.HeaderClassName
{
color: #FDBB37;
}
.AnyTagClassName
{
color: #FDBB37;
}
</style>
background-color css
<style>
a { background-color: #FDBB37; }
a { background-color: rgb(253,187,55); }
div.DivClassName
{
background-color: #FDBB37;
}
.BgClassName
{
background-color: #FDBB37;
}
</style>
border-color css
<style>
span { border-color: #FDBB37; }
span { border-color: rgb(253,187,55); }
td.TdClassName
{
border-color: #FDBB37;
}
.TagClassName
{
border-color: #FDBB37;
}
</style>