Shades of Supernova #FAB63D
Tints of Supernova #FAB63D
RGB
CMYK
RGB Variations
Color information
#FAB63D (or 0xFAB63D) is known color: Supernova. HEX triplet: FA, B6 and 3D. RGB value is (250,182,61). Sum of RGB (Red+Green+Blue) = 250+182+61=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB63D is #0549C2. Grayscale: #BDBDBD. Windows color (decimal): -346563 or 4044538. OLE color: 4044538.
HSL color Cylindrical-coordinate representation of color #FAB63D: hue angle of 38.41º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAB63D is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 61 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.02 |
| HSL | 38.41º | 0.95% | 0.61% | - |
| HSV(B) | 38.41º | 0.76% | 0.98% | - |
| XYZ | 56.99 | 54.12 | 11.86 | - |
| YUV | 188.54 | 56.03 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 61 | 0 | 0.27 | 0.76 | 0.02 | 38.41 | 0.95 | 0.61 |
| Hex | FA | B6 | 3D | 0 | 1B | 4C | 2 | 26 | 5F | 3D |
| Octal | 372 | 266 | 75 | 0 | 33 | 114 | 2 | 46 | 137 | 75 |
| Binary | 11111010 | 10110110 | 111101 | 0 | 11011 | 1001100 | 10 | 100110 | 1011111 | 111101 |
Color Harmonies of #FAB63D
Complementary color
Monochromatic Colors of #FAB63D
Black with #FAB63D
Text Example
Text Example
White with #FAB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB63D; }
p { color: rgb(250,182,61); }
H1.HeaderClassName
{
color: #FAB63D;
}
.AnyTagClassName
{
color: #FAB63D;
}
</style>
background-color css
<style>
a { background-color: #FAB63D; }
a { background-color: rgb(250,182,61); }
div.DivClassName
{
background-color: #FAB63D;
}
.BgClassName
{
background-color: #FAB63D;
}
</style>
border-color css
<style>
span { border-color: #FAB63D; }
span { border-color: rgb(250,182,61); }
td.TdClassName
{
border-color: #FAB63D;
}
.TagClassName
{
border-color: #FAB63D;
}
</style>