Shades of Supernova #FABA42
Tints of Supernova #FABA42
RGB
CMYK
RGB Variations
Color information
#FABA42 (or 0xFABA42) is known color: Supernova. HEX triplet: FA, BA and 42. RGB value is (250,186,66). Sum of RGB (Red+Green+Blue) = 250+186+66=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA42 is #0545BD. Grayscale: #C0C0C0. Windows color (decimal): -345534 or 4373242. OLE color: 4373242.
HSL color Cylindrical-coordinate representation of color #FABA42: hue angle of 39.13º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FABA42 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 66 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.02 |
| HSL | 39.13º | 0.95% | 0.62% | - |
| HSV(B) | 39.13º | 0.74% | 0.98% | - |
| XYZ | 57.97 | 55.84 | 12.88 | - |
| YUV | 191.46 | 57.2 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 66 | 0 | 0.26 | 0.74 | 0.02 | 39.13 | 0.95 | 0.62 |
| Hex | FA | BA | 42 | 0 | 1A | 4A | 2 | 27 | 5F | 3E |
| Octal | 372 | 272 | 102 | 0 | 32 | 112 | 2 | 47 | 137 | 76 |
| Binary | 11111010 | 10111010 | 1000010 | 0 | 11010 | 1001010 | 10 | 100111 | 1011111 | 111110 |
Color Harmonies of #FABA42
Complementary color
Monochromatic Colors of #FABA42
Black with #FABA42
Text Example
Text Example
White with #FABA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA42; }
p { color: rgb(250,186,66); }
H1.HeaderClassName
{
color: #FABA42;
}
.AnyTagClassName
{
color: #FABA42;
}
</style>
background-color css
<style>
a { background-color: #FABA42; }
a { background-color: rgb(250,186,66); }
div.DivClassName
{
background-color: #FABA42;
}
.BgClassName
{
background-color: #FABA42;
}
</style>
border-color css
<style>
span { border-color: #FABA42; }
span { border-color: rgb(250,186,66); }
td.TdClassName
{
border-color: #FABA42;
}
.TagClassName
{
border-color: #FABA42;
}
</style>