Shades of Supernova #FFBD2D
Tints of Supernova #FFBD2D
RGB
CMYK
RGB Variations
Color information
#FFBD2D (or 0xFFBD2D) is known color: Supernova. HEX triplet: FF, BD and 2D. RGB value is (255,189,45). Sum of RGB (Red+Green+Blue) = 255+189+45=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD2D is #0042D2. Grayscale: #C0C0C0. Windows color (decimal): -17107 or 2997759. OLE color: 2997759.
HSL color Cylindrical-coordinate representation of color #FFBD2D: hue angle of 41.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFBD2D is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 45 | - |
| CMYK | 0 | 0.26 | 0.82 | 0 |
| HSL | 41.14º | 1% | 0.59% | - |
| HSV(B) | 41.14º | 0.82% | 1% | - |
| XYZ | 59.91 | 57.84 | 10.49 | - |
| YUV | 192.32 | 44.87 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 45 | 0 | 0.26 | 0.82 | 0 | 41.14 | 1 | 0.59 |
| Hex | FF | BD | 2D | 0 | 1A | 52 | 0 | 29 | 64 | 3B |
| Octal | 377 | 275 | 55 | 0 | 32 | 122 | 0 | 51 | 144 | 73 |
| Binary | 11111111 | 10111101 | 101101 | 0 | 11010 | 1010010 | 0 | 101001 | 1100100 | 111011 |
Color Harmonies of #FFBD2D
Complementary color
Monochromatic Colors of #FFBD2D
Black with #FFBD2D
Text Example
Text Example
White with #FFBD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD2D; }
p { color: rgb(255,189,45); }
H1.HeaderClassName
{
color: #FFBD2D;
}
.AnyTagClassName
{
color: #FFBD2D;
}
</style>
background-color css
<style>
a { background-color: #FFBD2D; }
a { background-color: rgb(255,189,45); }
div.DivClassName
{
background-color: #FFBD2D;
}
.BgClassName
{
background-color: #FFBD2D;
}
</style>
border-color css
<style>
span { border-color: #FFBD2D; }
span { border-color: rgb(255,189,45); }
td.TdClassName
{
border-color: #FFBD2D;
}
.TagClassName
{
border-color: #FFBD2D;
}
</style>