Shades of Supernova #FFB63E
Tints of Supernova #FFB63E
RGB
CMYK
RGB Variations
Color information
#FFB63E (or 0xFFB63E) is known color: Supernova. HEX triplet: FF, B6 and 3E. RGB value is (255,182,62). Sum of RGB (Red+Green+Blue) = 255+182+62=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 62 (24.61% from 255 or 12.42% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB63E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB63E is #0049C1. Grayscale: #BEBEBE. Windows color (decimal): -18882 or 4110079. OLE color: 4110079.
HSL color Cylindrical-coordinate representation of color #FFB63E: hue angle of 37.31º 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 #FFB63E is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 62 | - |
| CMYK | 0 | 0.29 | 0.76 | 0 |
| HSL | 37.31º | 1% | 0.62% | - |
| HSV(B) | 37.31º | 0.76% | 1% | - |
| XYZ | 58.84 | 55.06 | 12.08 | - |
| YUV | 190.15 | 55.68 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 62 | 0 | 0.29 | 0.76 | 0 | 37.31 | 1 | 0.62 |
| Hex | FF | B6 | 3E | 0 | 1D | 4C | 0 | 25 | 64 | 3E |
| Octal | 377 | 266 | 76 | 0 | 35 | 114 | 0 | 45 | 144 | 76 |
| Binary | 11111111 | 10110110 | 111110 | 0 | 11101 | 1001100 | 0 | 100101 | 1100100 | 111110 |
Color Harmonies of #FFB63E
Complementary color
Monochromatic Colors of #FFB63E
Black with #FFB63E
Text Example
Text Example
White with #FFB63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB63E; }
p { color: rgb(255,182,62); }
H1.HeaderClassName
{
color: #FFB63E;
}
.AnyTagClassName
{
color: #FFB63E;
}
</style>
background-color css
<style>
a { background-color: #FFB63E; }
a { background-color: rgb(255,182,62); }
div.DivClassName
{
background-color: #FFB63E;
}
.BgClassName
{
background-color: #FFB63E;
}
</style>
border-color css
<style>
span { border-color: #FFB63E; }
span { border-color: rgb(255,182,62); }
td.TdClassName
{
border-color: #FFB63E;
}
.TagClassName
{
border-color: #FFB63E;
}
</style>