Shades of Supernova #FFB63B
Tints of Supernova #FFB63B
RGB
CMYK
RGB Variations
Color information
#FFB63B (or 0xFFB63B) is known color: Supernova. HEX triplet: FF, B6 and 3B. RGB value is (255,182,59). Sum of RGB (Red+Green+Blue) = 255+182+59=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 59 (23.44% from 255 or 11.90% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB63B is #0049C4. Grayscale: #BEBEBE. Windows color (decimal): -18885 or 3913471. OLE color: 3913471.
HSL color Cylindrical-coordinate representation of color #FFB63B: hue angle of 37.65º 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 #FFB63B is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 59 | - |
| CMYK | 0 | 0.29 | 0.77 | 0 |
| HSL | 37.65º | 1% | 0.62% | - |
| HSV(B) | 37.65º | 0.77% | 1% | - |
| XYZ | 58.76 | 55.03 | 11.66 | - |
| YUV | 189.81 | 54.18 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 59 | 0 | 0.29 | 0.77 | 0 | 37.65 | 1 | 0.62 |
| Hex | FF | B6 | 3B | 0 | 1D | 4D | 0 | 26 | 64 | 3E |
| Octal | 377 | 266 | 73 | 0 | 35 | 115 | 0 | 46 | 144 | 76 |
| Binary | 11111111 | 10110110 | 111011 | 0 | 11101 | 1001101 | 0 | 100110 | 1100100 | 111110 |
Color Harmonies of #FFB63B
Complementary color
Monochromatic Colors of #FFB63B
Black with #FFB63B
Text Example
Text Example
White with #FFB63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB63B; }
p { color: rgb(255,182,59); }
H1.HeaderClassName
{
color: #FFB63B;
}
.AnyTagClassName
{
color: #FFB63B;
}
</style>
background-color css
<style>
a { background-color: #FFB63B; }
a { background-color: rgb(255,182,59); }
div.DivClassName
{
background-color: #FFB63B;
}
.BgClassName
{
background-color: #FFB63B;
}
</style>
border-color css
<style>
span { border-color: #FFB63B; }
span { border-color: rgb(255,182,59); }
td.TdClassName
{
border-color: #FFB63B;
}
.TagClassName
{
border-color: #FFB63B;
}
</style>