Shades of Supernova #FABE3C
Tints of Supernova #FABE3C
RGB
CMYK
RGB Variations
Color information
#FABE3C (or 0xFABE3C) is known color: Supernova. HEX triplet: FA, BE and 3C. RGB value is (250,190,60). Sum of RGB (Red+Green+Blue) = 250+190+60=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABE3C is #0541C3. Grayscale: #C1C1C1. Windows color (decimal): -344516 or 3981050. OLE color: 3981050.
HSL color Cylindrical-coordinate representation of color #FABE3C: hue angle of 41.05º 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 #FABE3C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 60 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.02 |
| HSL | 41.05º | 0.95% | 0.61% | - |
| HSV(B) | 41.05º | 0.76% | 0.98% | - |
| XYZ | 58.65 | 57.48 | 12.28 | - |
| YUV | 193.12 | 52.88 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 60 | 0 | 0.24 | 0.76 | 0.02 | 41.05 | 0.95 | 0.61 |
| Hex | FA | BE | 3C | 0 | 18 | 4C | 2 | 29 | 5F | 3D |
| Octal | 372 | 276 | 74 | 0 | 30 | 114 | 2 | 51 | 137 | 75 |
| Binary | 11111010 | 10111110 | 111100 | 0 | 11000 | 1001100 | 10 | 101001 | 1011111 | 111101 |
Color Harmonies of #FABE3C
Complementary color
Monochromatic Colors of #FABE3C
Black with #FABE3C
Text Example
Text Example
White with #FABE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABE3C; }
p { color: rgb(250,190,60); }
H1.HeaderClassName
{
color: #FABE3C;
}
.AnyTagClassName
{
color: #FABE3C;
}
</style>
background-color css
<style>
a { background-color: #FABE3C; }
a { background-color: rgb(250,190,60); }
div.DivClassName
{
background-color: #FABE3C;
}
.BgClassName
{
background-color: #FABE3C;
}
</style>
border-color css
<style>
span { border-color: #FABE3C; }
span { border-color: rgb(250,190,60); }
td.TdClassName
{
border-color: #FABE3C;
}
.TagClassName
{
border-color: #FABE3C;
}
</style>