Shades of Supernova #FFBD37
Tints of Supernova #FFBD37
RGB
CMYK
RGB Variations
Color information
#FFBD37 (or 0xFFBD37) is known color: Supernova. HEX triplet: FF, BD and 37. RGB value is (255,189,55). Sum of RGB (Red+Green+Blue) = 255+189+55=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 55 (21.88% from 255 or 11.02% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD37 is #0042C8. Grayscale: #C2C2C2. Windows color (decimal): -17097 or 3653119. OLE color: 3653119.
HSL color Cylindrical-coordinate representation of color #FFBD37: hue angle of 40.2º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFBD37 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 55 | - |
| CMYK | 0 | 0.26 | 0.78 | 0 |
| HSL | 40.2º | 1% | 0.61% | - |
| HSV(B) | 40.2º | 0.78% | 1% | - |
| XYZ | 60.13 | 57.93 | 11.63 | - |
| YUV | 193.46 | 49.87 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 55 | 0 | 0.26 | 0.78 | 0 | 40.2 | 1 | 0.61 |
| Hex | FF | BD | 37 | 0 | 1A | 4E | 0 | 28 | 64 | 3D |
| Octal | 377 | 275 | 67 | 0 | 32 | 116 | 0 | 50 | 144 | 75 |
| Binary | 11111111 | 10111101 | 110111 | 0 | 11010 | 1001110 | 0 | 101000 | 1100100 | 111101 |
Color Harmonies of #FFBD37
Complementary color
Monochromatic Colors of #FFBD37
Black with #FFBD37
Text Example
Text Example
White with #FFBD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD37; }
p { color: rgb(255,189,55); }
H1.HeaderClassName
{
color: #FFBD37;
}
.AnyTagClassName
{
color: #FFBD37;
}
</style>
background-color css
<style>
a { background-color: #FFBD37; }
a { background-color: rgb(255,189,55); }
div.DivClassName
{
background-color: #FFBD37;
}
.BgClassName
{
background-color: #FFBD37;
}
</style>
border-color css
<style>
span { border-color: #FFBD37; }
span { border-color: rgb(255,189,55); }
td.TdClassName
{
border-color: #FFBD37;
}
.TagClassName
{
border-color: #FFBD37;
}
</style>