Shades of Supernova #FFBD30
Tints of Supernova #FFBD30
RGB
CMYK
RGB Variations
Color information
#FFBD30 (or 0xFFBD30) is known color: Supernova. HEX triplet: FF, BD and 30. RGB value is (255,189,48). Sum of RGB (Red+Green+Blue) = 255+189+48=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD30 is #0042CF. Grayscale: #C1C1C1. Windows color (decimal): -17104 or 3194367. OLE color: 3194367.
HSL color Cylindrical-coordinate representation of color #FFBD30: hue angle of 40.87º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFBD30 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 48 | - |
| CMYK | 0 | 0.26 | 0.81 | 0 |
| HSL | 40.87º | 1% | 0.59% | - |
| HSV(B) | 40.87º | 0.81% | 1% | - |
| XYZ | 59.97 | 57.87 | 10.81 | - |
| YUV | 192.66 | 46.37 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 48 | 0 | 0.26 | 0.81 | 0 | 40.87 | 1 | 0.59 |
| Hex | FF | BD | 30 | 0 | 1A | 51 | 0 | 29 | 64 | 3B |
| Octal | 377 | 275 | 60 | 0 | 32 | 121 | 0 | 51 | 144 | 73 |
| Binary | 11111111 | 10111101 | 110000 | 0 | 11010 | 1010001 | 0 | 101001 | 1100100 | 111011 |
Color Harmonies of #FFBD30
Complementary color
Monochromatic Colors of #FFBD30
Black with #FFBD30
Text Example
Text Example
White with #FFBD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD30; }
p { color: rgb(255,189,48); }
H1.HeaderClassName
{
color: #FFBD30;
}
.AnyTagClassName
{
color: #FFBD30;
}
</style>
background-color css
<style>
a { background-color: #FFBD30; }
a { background-color: rgb(255,189,48); }
div.DivClassName
{
background-color: #FFBD30;
}
.BgClassName
{
background-color: #FFBD30;
}
</style>
border-color css
<style>
span { border-color: #FFBD30; }
span { border-color: rgb(255,189,48); }
td.TdClassName
{
border-color: #FFBD30;
}
.TagClassName
{
border-color: #FFBD30;
}
</style>