Shades of Supernova #FABE42
Tints of Supernova #FABE42
RGB
CMYK
RGB Variations
Color information
#FABE42 (or 0xFABE42) is known color: Supernova. HEX triplet: FA, BE and 42. RGB value is (250,190,66). Sum of RGB (Red+Green+Blue) = 250+190+66=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABE42 is #0541BD. Grayscale: #C2C2C2. Windows color (decimal): -344510 or 4374266. OLE color: 4374266.
HSL color Cylindrical-coordinate representation of color #FABE42: hue angle of 40.43º 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 #FABE42 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 66 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.02 |
| HSL | 40.43º | 0.95% | 0.62% | - |
| HSV(B) | 40.43º | 0.74% | 0.98% | - |
| XYZ | 58.82 | 57.54 | 13.16 | - |
| YUV | 193.8 | 55.88 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 66 | 0 | 0.24 | 0.74 | 0.02 | 40.43 | 0.95 | 0.62 |
| Hex | FA | BE | 42 | 0 | 18 | 4A | 2 | 28 | 5F | 3E |
| Octal | 372 | 276 | 102 | 0 | 30 | 112 | 2 | 50 | 137 | 76 |
| Binary | 11111010 | 10111110 | 1000010 | 0 | 11000 | 1001010 | 10 | 101000 | 1011111 | 111110 |
Color Harmonies of #FABE42
Complementary color
Monochromatic Colors of #FABE42
Black with #FABE42
Text Example
Text Example
White with #FABE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABE42; }
p { color: rgb(250,190,66); }
H1.HeaderClassName
{
color: #FABE42;
}
.AnyTagClassName
{
color: #FABE42;
}
</style>
background-color css
<style>
a { background-color: #FABE42; }
a { background-color: rgb(250,190,66); }
div.DivClassName
{
background-color: #FABE42;
}
.BgClassName
{
background-color: #FABE42;
}
</style>
border-color css
<style>
span { border-color: #FABE42; }
span { border-color: rgb(250,190,66); }
td.TdClassName
{
border-color: #FABE42;
}
.TagClassName
{
border-color: #FABE42;
}
</style>