Shades of Supernova #FFBD39
Tints of Supernova #FFBD39
RGB
CMYK
RGB Variations
Color information
#FFBD39 (or 0xFFBD39) is known color: Supernova. HEX triplet: FF, BD and 39. RGB value is (255,189,57). Sum of RGB (Red+Green+Blue) = 255+189+57=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 57 (22.66% from 255 or 11.38% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD39 is #0042C6. Grayscale: #C2C2C2. Windows color (decimal): -17095 or 3784191. OLE color: 3784191.
HSL color Cylindrical-coordinate representation of color #FFBD39: hue angle of 40º 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 #FFBD39 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 57 | - |
| CMYK | 0 | 0.26 | 0.78 | 0 |
| HSL | 40º | 1% | 0.61% | - |
| HSV(B) | 40º | 0.78% | 1% | - |
| XYZ | 60.18 | 57.95 | 11.88 | - |
| YUV | 193.69 | 50.87 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 57 | 0 | 0.26 | 0.78 | 0 | 40 | 1 | 0.61 |
| Hex | FF | BD | 39 | 0 | 1A | 4E | 0 | 28 | 64 | 3D |
| Octal | 377 | 275 | 71 | 0 | 32 | 116 | 0 | 50 | 144 | 75 |
| Binary | 11111111 | 10111101 | 111001 | 0 | 11010 | 1001110 | 0 | 101000 | 1100100 | 111101 |
Color Harmonies of #FFBD39
Complementary color
Monochromatic Colors of #FFBD39
Black with #FFBD39
Text Example
Text Example
White with #FFBD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD39; }
p { color: rgb(255,189,57); }
H1.HeaderClassName
{
color: #FFBD39;
}
.AnyTagClassName
{
color: #FFBD39;
}
</style>
background-color css
<style>
a { background-color: #FFBD39; }
a { background-color: rgb(255,189,57); }
div.DivClassName
{
background-color: #FFBD39;
}
.BgClassName
{
background-color: #FFBD39;
}
</style>
border-color css
<style>
span { border-color: #FFBD39; }
span { border-color: rgb(255,189,57); }
td.TdClassName
{
border-color: #FFBD39;
}
.TagClassName
{
border-color: #FFBD39;
}
</style>