Shades of Supernova #FFB63C
Tints of Supernova #FFB63C
RGB
CMYK
RGB Variations
Color information
#FFB63C (or 0xFFB63C) is known color: Supernova. HEX triplet: FF, B6 and 3C. RGB value is (255,182,60). Sum of RGB (Red+Green+Blue) = 255+182+60=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB63C is #0049C3. Grayscale: #BEBEBE. Windows color (decimal): -18884 or 3979007. OLE color: 3979007.
HSL color Cylindrical-coordinate representation of color #FFB63C: hue angle of 37.54º 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 #FFB63C is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 60 | - |
| CMYK | 0 | 0.29 | 0.76 | 0 |
| HSL | 37.54º | 1% | 0.62% | - |
| HSV(B) | 37.54º | 0.76% | 1% | - |
| XYZ | 58.78 | 55.04 | 11.8 | - |
| YUV | 189.92 | 54.68 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 60 | 0 | 0.29 | 0.76 | 0 | 37.54 | 1 | 0.62 |
| Hex | FF | B6 | 3C | 0 | 1D | 4C | 0 | 26 | 64 | 3E |
| Octal | 377 | 266 | 74 | 0 | 35 | 114 | 0 | 46 | 144 | 76 |
| Binary | 11111111 | 10110110 | 111100 | 0 | 11101 | 1001100 | 0 | 100110 | 1100100 | 111110 |
Color Harmonies of #FFB63C
Complementary color
Monochromatic Colors of #FFB63C
Black with #FFB63C
Text Example
Text Example
White with #FFB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB63C; }
p { color: rgb(255,182,60); }
H1.HeaderClassName
{
color: #FFB63C;
}
.AnyTagClassName
{
color: #FFB63C;
}
</style>
background-color css
<style>
a { background-color: #FFB63C; }
a { background-color: rgb(255,182,60); }
div.DivClassName
{
background-color: #FFB63C;
}
.BgClassName
{
background-color: #FFB63C;
}
</style>
border-color css
<style>
span { border-color: #FFB63C; }
span { border-color: rgb(255,182,60); }
td.TdClassName
{
border-color: #FFB63C;
}
.TagClassName
{
border-color: #FFB63C;
}
</style>