Shades of Supernova #FFBD3B
Tints of Supernova #FFBD3B
RGB
CMYK
RGB Variations
Color information
#FFBD3B (or 0xFFBD3B) is known color: Supernova. HEX triplet: FF, BD and 3B. RGB value is (255,189,59). Sum of RGB (Red+Green+Blue) = 255+189+59=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 59 (23.44% from 255 or 11.73% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD3B is #0042C4. Grayscale: #C2C2C2. Windows color (decimal): -17093 or 3915263. OLE color: 3915263.
HSL color Cylindrical-coordinate representation of color #FFBD3B: hue angle of 39.8º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFBD3B is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 59 | - |
| CMYK | 0 | 0.26 | 0.77 | 0 |
| HSL | 39.8º | 1% | 0.62% | - |
| HSV(B) | 39.8º | 0.77% | 1% | - |
| XYZ | 60.23 | 57.97 | 12.15 | - |
| YUV | 193.91 | 51.87 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 59 | 0 | 0.26 | 0.77 | 0 | 39.8 | 1 | 0.62 |
| Hex | FF | BD | 3B | 0 | 1A | 4D | 0 | 28 | 64 | 3E |
| Octal | 377 | 275 | 73 | 0 | 32 | 115 | 0 | 50 | 144 | 76 |
| Binary | 11111111 | 10111101 | 111011 | 0 | 11010 | 1001101 | 0 | 101000 | 1100100 | 111110 |
Color Harmonies of #FFBD3B
Complementary color
Monochromatic Colors of #FFBD3B
Black with #FFBD3B
Text Example
Text Example
White with #FFBD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD3B; }
p { color: rgb(255,189,59); }
H1.HeaderClassName
{
color: #FFBD3B;
}
.AnyTagClassName
{
color: #FFBD3B;
}
</style>
background-color css
<style>
a { background-color: #FFBD3B; }
a { background-color: rgb(255,189,59); }
div.DivClassName
{
background-color: #FFBD3B;
}
.BgClassName
{
background-color: #FFBD3B;
}
</style>
border-color css
<style>
span { border-color: #FFBD3B; }
span { border-color: rgb(255,189,59); }
td.TdClassName
{
border-color: #FFBD3B;
}
.TagClassName
{
border-color: #FFBD3B;
}
</style>