Shades of Supernova #FFB63D
Tints of Supernova #FFB63D
RGB
CMYK
RGB Variations
Color information
#FFB63D (or 0xFFB63D) is known color: Supernova. HEX triplet: FF, B6 and 3D. RGB value is (255,182,61). Sum of RGB (Red+Green+Blue) = 255+182+61=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 61 (24.22% from 255 or 12.25% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB63D is #0049C2. Grayscale: #BEBEBE. Windows color (decimal): -18883 or 4044543. OLE color: 4044543.
HSL color Cylindrical-coordinate representation of color #FFB63D: hue angle of 37.42º 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 #FFB63D is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 61 | - |
| CMYK | 0 | 0.29 | 0.76 | 0 |
| HSL | 37.42º | 1% | 0.62% | - |
| HSV(B) | 37.42º | 0.76% | 1% | - |
| XYZ | 58.81 | 55.05 | 11.94 | - |
| YUV | 190.03 | 55.18 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 61 | 0 | 0.29 | 0.76 | 0 | 37.42 | 1 | 0.62 |
| Hex | FF | B6 | 3D | 0 | 1D | 4C | 0 | 25 | 64 | 3E |
| Octal | 377 | 266 | 75 | 0 | 35 | 114 | 0 | 45 | 144 | 76 |
| Binary | 11111111 | 10110110 | 111101 | 0 | 11101 | 1001100 | 0 | 100101 | 1100100 | 111110 |
Color Harmonies of #FFB63D
Complementary color
Monochromatic Colors of #FFB63D
Black with #FFB63D
Text Example
Text Example
White with #FFB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB63D; }
p { color: rgb(255,182,61); }
H1.HeaderClassName
{
color: #FFB63D;
}
.AnyTagClassName
{
color: #FFB63D;
}
</style>
background-color css
<style>
a { background-color: #FFB63D; }
a { background-color: rgb(255,182,61); }
div.DivClassName
{
background-color: #FFB63D;
}
.BgClassName
{
background-color: #FFB63D;
}
</style>
border-color css
<style>
span { border-color: #FFB63D; }
span { border-color: rgb(255,182,61); }
td.TdClassName
{
border-color: #FFB63D;
}
.TagClassName
{
border-color: #FFB63D;
}
</style>