Shades of Supernova #FFBD32
Tints of Supernova #FFBD32
RGB
CMYK
RGB Variations
Color information
#FFBD32 (or 0xFFBD32) is known color: Supernova. HEX triplet: FF, BD and 32. RGB value is (255,189,50). Sum of RGB (Red+Green+Blue) = 255+189+50=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD32 is #0042CD. Grayscale: #C1C1C1. Windows color (decimal): -17102 or 3325439. OLE color: 3325439.
HSL color Cylindrical-coordinate representation of color #FFBD32: hue angle of 40.68º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFBD32 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 50 | - |
| CMYK | 0 | 0.26 | 0.80 | 0 |
| HSL | 40.68º | 1% | 0.6% | - |
| HSV(B) | 40.68º | 0.8% | 1% | - |
| XYZ | 60.01 | 57.89 | 11.03 | - |
| YUV | 192.89 | 47.37 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 50 | 0 | 0.26 | 0.80 | 0 | 40.68 | 1 | 0.6 |
| Hex | FF | BD | 32 | 0 | 1A | 50 | 0 | 29 | 64 | 3C |
| Octal | 377 | 275 | 62 | 0 | 32 | 120 | 0 | 51 | 144 | 74 |
| Binary | 11111111 | 10111101 | 110010 | 0 | 11010 | 1010000 | 0 | 101001 | 1100100 | 111100 |
Color Harmonies of #FFBD32
Complementary color
Monochromatic Colors of #FFBD32
Black with #FFBD32
Text Example
Text Example
White with #FFBD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD32; }
p { color: rgb(255,189,50); }
H1.HeaderClassName
{
color: #FFBD32;
}
.AnyTagClassName
{
color: #FFBD32;
}
</style>
background-color css
<style>
a { background-color: #FFBD32; }
a { background-color: rgb(255,189,50); }
div.DivClassName
{
background-color: #FFBD32;
}
.BgClassName
{
background-color: #FFBD32;
}
</style>
border-color css
<style>
span { border-color: #FFBD32; }
span { border-color: rgb(255,189,50); }
td.TdClassName
{
border-color: #FFBD32;
}
.TagClassName
{
border-color: #FFBD32;
}
</style>