Shades of Supernova #FAB43C
Tints of Supernova #FAB43C
RGB
CMYK
RGB Variations
Color information
#FAB43C (or 0xFAB43C) is known color: Supernova. HEX triplet: FA, B4 and 3C. RGB value is (250,180,60). Sum of RGB (Red+Green+Blue) = 250+180+60=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB43C is #054BC3. Grayscale: #BBBBBB. Windows color (decimal): -347076 or 3978490. OLE color: 3978490.
HSL color Cylindrical-coordinate representation of color #FAB43C: hue angle of 37.89º 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 #FAB43C is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 60 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.02 |
| HSL | 37.89º | 0.95% | 0.61% | - |
| HSV(B) | 37.89º | 0.76% | 0.98% | - |
| XYZ | 56.56 | 53.29 | 11.58 | - |
| YUV | 187.25 | 56.19 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 60 | 0 | 0.28 | 0.76 | 0.02 | 37.89 | 0.95 | 0.61 |
| Hex | FA | B4 | 3C | 0 | 1C | 4C | 2 | 26 | 5F | 3D |
| Octal | 372 | 264 | 74 | 0 | 34 | 114 | 2 | 46 | 137 | 75 |
| Binary | 11111010 | 10110100 | 111100 | 0 | 11100 | 1001100 | 10 | 100110 | 1011111 | 111101 |
Color Harmonies of #FAB43C
Complementary color
Monochromatic Colors of #FAB43C
Black with #FAB43C
Text Example
Text Example
White with #FAB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB43C; }
p { color: rgb(250,180,60); }
H1.HeaderClassName
{
color: #FAB43C;
}
.AnyTagClassName
{
color: #FAB43C;
}
</style>
background-color css
<style>
a { background-color: #FAB43C; }
a { background-color: rgb(250,180,60); }
div.DivClassName
{
background-color: #FAB43C;
}
.BgClassName
{
background-color: #FAB43C;
}
</style>
border-color css
<style>
span { border-color: #FAB43C; }
span { border-color: rgb(250,180,60); }
td.TdClassName
{
border-color: #FAB43C;
}
.TagClassName
{
border-color: #FAB43C;
}
</style>