Shades of Supernova #FFBD3E
Tints of Supernova #FFBD3E
RGB
CMYK
RGB Variations
Color information
#FFBD3E (or 0xFFBD3E) is known color: Supernova. HEX triplet: FF, BD and 3E. RGB value is (255,189,62). Sum of RGB (Red+Green+Blue) = 255+189+62=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 62 (24.61% from 255 or 12.25% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD3E is #0042C1. Grayscale: #C2C2C2. Windows color (decimal): -17090 or 4111871. OLE color: 4111871.
HSL color Cylindrical-coordinate representation of color #FFBD3E: hue angle of 39.48º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFBD3E is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 62 | - |
| CMYK | 0 | 0.26 | 0.76 | 0 |
| HSL | 39.48º | 1% | 0.62% | - |
| HSV(B) | 39.48º | 0.76% | 1% | - |
| XYZ | 60.31 | 58 | 12.57 | - |
| YUV | 194.26 | 53.37 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 62 | 0 | 0.26 | 0.76 | 0 | 39.48 | 1 | 0.62 |
| Hex | FF | BD | 3E | 0 | 1A | 4C | 0 | 27 | 64 | 3E |
| Octal | 377 | 275 | 76 | 0 | 32 | 114 | 0 | 47 | 144 | 76 |
| Binary | 11111111 | 10111101 | 111110 | 0 | 11010 | 1001100 | 0 | 100111 | 1100100 | 111110 |
Color Harmonies of #FFBD3E
Complementary color
Monochromatic Colors of #FFBD3E
Black with #FFBD3E
Text Example
Text Example
White with #FFBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD3E; }
p { color: rgb(255,189,62); }
H1.HeaderClassName
{
color: #FFBD3E;
}
.AnyTagClassName
{
color: #FFBD3E;
}
</style>
background-color css
<style>
a { background-color: #FFBD3E; }
a { background-color: rgb(255,189,62); }
div.DivClassName
{
background-color: #FFBD3E;
}
.BgClassName
{
background-color: #FFBD3E;
}
</style>
border-color css
<style>
span { border-color: #FFBD3E; }
span { border-color: rgb(255,189,62); }
td.TdClassName
{
border-color: #FFBD3E;
}
.TagClassName
{
border-color: #FFBD3E;
}
</style>