Shades of Supernova #FFBD33
Tints of Supernova #FFBD33
RGB
CMYK
RGB Variations
Color information
#FFBD33 (or 0xFFBD33) is known color: Supernova. HEX triplet: FF, BD and 33. RGB value is (255,189,51). Sum of RGB (Red+Green+Blue) = 255+189+51=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD33 is #0042CC. Grayscale: #C1C1C1. Windows color (decimal): -17101 or 3390975. OLE color: 3390975.
HSL color Cylindrical-coordinate representation of color #FFBD33: hue angle of 40.59º 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 #FFBD33 is Cyan = 0, Magento = 0.26, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 51 | - |
| CMYK | 0 | 0.26 | 0.8 | 0 |
| HSL | 40.59º | 1% | 0.6% | - |
| HSV(B) | 40.59º | 0.8% | 1% | - |
| XYZ | 60.04 | 57.89 | 11.14 | - |
| YUV | 193 | 47.87 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 51 | 0 | 0.26 | 0.8 | 0 | 40.59 | 1 | 0.6 |
| Hex | FF | BD | 33 | 0 | 1A | 50 | 0 | 29 | 64 | 3C |
| Octal | 377 | 275 | 63 | 0 | 32 | 120 | 0 | 51 | 144 | 74 |
| Binary | 11111111 | 10111101 | 110011 | 0 | 11010 | 1010000 | 0 | 101001 | 1100100 | 111100 |
Color Harmonies of #FFBD33
Complementary color
Monochromatic Colors of #FFBD33
Black with #FFBD33
Text Example
Text Example
White with #FFBD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD33; }
p { color: rgb(255,189,51); }
H1.HeaderClassName
{
color: #FFBD33;
}
.AnyTagClassName
{
color: #FFBD33;
}
</style>
background-color css
<style>
a { background-color: #FFBD33; }
a { background-color: rgb(255,189,51); }
div.DivClassName
{
background-color: #FFBD33;
}
.BgClassName
{
background-color: #FFBD33;
}
</style>
border-color css
<style>
span { border-color: #FFBD33; }
span { border-color: rgb(255,189,51); }
td.TdClassName
{
border-color: #FFBD33;
}
.TagClassName
{
border-color: #FFBD33;
}
</style>