Shades of Supernova #FAB13C
Tints of Supernova #FAB13C
RGB
CMYK
RGB Variations
Color information
#FAB13C (or 0xFAB13C) is known color: Supernova. HEX triplet: FA, B1 and 3C. RGB value is (250,177,60). Sum of RGB (Red+Green+Blue) = 250+177+60=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB13C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB13C is #054EC3. Grayscale: #BABABA. Windows color (decimal): -347844 or 3977722. OLE color: 3977722.
HSL color Cylindrical-coordinate representation of color #FAB13C: hue angle of 36.95º 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 #FAB13C is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 60 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.02 |
| HSL | 36.95º | 0.95% | 0.61% | - |
| HSV(B) | 36.95º | 0.76% | 0.98% | - |
| XYZ | 55.96 | 52.09 | 11.38 | - |
| YUV | 185.49 | 57.18 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 60 | 0 | 0.29 | 0.76 | 0.02 | 36.95 | 0.95 | 0.61 |
| Hex | FA | B1 | 3C | 0 | 1D | 4C | 2 | 25 | 5F | 3D |
| Octal | 372 | 261 | 74 | 0 | 35 | 114 | 2 | 45 | 137 | 75 |
| Binary | 11111010 | 10110001 | 111100 | 0 | 11101 | 1001100 | 10 | 100101 | 1011111 | 111101 |
Color Harmonies of #FAB13C
Complementary color
Monochromatic Colors of #FAB13C
Black with #FAB13C
Text Example
Text Example
White with #FAB13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB13C; }
p { color: rgb(250,177,60); }
H1.HeaderClassName
{
color: #FAB13C;
}
.AnyTagClassName
{
color: #FAB13C;
}
</style>
background-color css
<style>
a { background-color: #FAB13C; }
a { background-color: rgb(250,177,60); }
div.DivClassName
{
background-color: #FAB13C;
}
.BgClassName
{
background-color: #FAB13C;
}
</style>
border-color css
<style>
span { border-color: #FAB13C; }
span { border-color: rgb(250,177,60); }
td.TdClassName
{
border-color: #FAB13C;
}
.TagClassName
{
border-color: #FAB13C;
}
</style>