Shades of Supernova #FFBD42
Tints of Supernova #FFBD42
RGB
CMYK
RGB Variations
Color information
#FFBD42 (or 0xFFBD42) is known color: Supernova. HEX triplet: FF, BD and 42. RGB value is (255,189,66). Sum of RGB (Red+Green+Blue) = 255+189+66=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 66 (26.17% from 255 or 12.94% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD42 is #0042BD. Grayscale: #C3C3C3. Windows color (decimal): -17086 or 4374015. OLE color: 4374015.
HSL color Cylindrical-coordinate representation of color #FFBD42: hue angle of 39.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFBD42 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 66 | - |
| CMYK | 0 | 0.26 | 0.74 | 0 |
| HSL | 39.05º | 1% | 0.63% | - |
| HSV(B) | 39.05º | 0.74% | 1% | - |
| XYZ | 60.42 | 58.05 | 13.17 | - |
| YUV | 194.71 | 55.37 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 66 | 0 | 0.26 | 0.74 | 0 | 39.05 | 1 | 0.63 |
| Hex | FF | BD | 42 | 0 | 1A | 4A | 0 | 27 | 64 | 3F |
| Octal | 377 | 275 | 102 | 0 | 32 | 112 | 0 | 47 | 144 | 77 |
| Binary | 11111111 | 10111101 | 1000010 | 0 | 11010 | 1001010 | 0 | 100111 | 1100100 | 111111 |
Color Harmonies of #FFBD42
Complementary color
Monochromatic Colors of #FFBD42
Black with #FFBD42
Text Example
Text Example
White with #FFBD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD42; }
p { color: rgb(255,189,66); }
H1.HeaderClassName
{
color: #FFBD42;
}
.AnyTagClassName
{
color: #FFBD42;
}
</style>
background-color css
<style>
a { background-color: #FFBD42; }
a { background-color: rgb(255,189,66); }
div.DivClassName
{
background-color: #FFBD42;
}
.BgClassName
{
background-color: #FFBD42;
}
</style>
border-color css
<style>
span { border-color: #FFBD42; }
span { border-color: rgb(255,189,66); }
td.TdClassName
{
border-color: #FFBD42;
}
.TagClassName
{
border-color: #FFBD42;
}
</style>