Shades of Supernova #FAB03C
Tints of Supernova #FAB03C
RGB
CMYK
RGB Variations
Color information
#FAB03C (or 0xFAB03C) is known color: Supernova. HEX triplet: FA, B0 and 3C. RGB value is (250,176,60). Sum of RGB (Red+Green+Blue) = 250+176+60=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB03C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB03C is #054FC3. Grayscale: #B9B9B9. Windows color (decimal): -348100 or 3977466. OLE color: 3977466.
HSL color Cylindrical-coordinate representation of color #FAB03C: hue angle of 36.63º 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 #FAB03C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 60 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.02 |
| HSL | 36.63º | 0.95% | 0.61% | - |
| HSV(B) | 36.63º | 0.76% | 0.98% | - |
| XYZ | 55.77 | 51.7 | 11.32 | - |
| YUV | 184.9 | 57.52 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 60 | 0 | 0.30 | 0.76 | 0.02 | 36.63 | 0.95 | 0.61 |
| Hex | FA | B0 | 3C | 0 | 1E | 4C | 2 | 25 | 5F | 3D |
| Octal | 372 | 260 | 74 | 0 | 36 | 114 | 2 | 45 | 137 | 75 |
| Binary | 11111010 | 10110000 | 111100 | 0 | 11110 | 1001100 | 10 | 100101 | 1011111 | 111101 |
Color Harmonies of #FAB03C
Complementary color
Monochromatic Colors of #FAB03C
Black with #FAB03C
Text Example
Text Example
White with #FAB03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB03C; }
p { color: rgb(250,176,60); }
H1.HeaderClassName
{
color: #FAB03C;
}
.AnyTagClassName
{
color: #FAB03C;
}
</style>
background-color css
<style>
a { background-color: #FAB03C; }
a { background-color: rgb(250,176,60); }
div.DivClassName
{
background-color: #FAB03C;
}
.BgClassName
{
background-color: #FAB03C;
}
</style>
border-color css
<style>
span { border-color: #FAB03C; }
span { border-color: rgb(250,176,60); }
td.TdClassName
{
border-color: #FAB03C;
}
.TagClassName
{
border-color: #FAB03C;
}
</style>