Shades of Supernova #FABC3C
Tints of Supernova #FABC3C
RGB
CMYK
RGB Variations
Color information
#FABC3C (or 0xFABC3C) is known color: Supernova. HEX triplet: FA, BC and 3C. RGB value is (250,188,60). Sum of RGB (Red+Green+Blue) = 250+188+60=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC3C is #0543C3. Grayscale: #C0C0C0. Windows color (decimal): -345028 or 3980538. OLE color: 3980538.
HSL color Cylindrical-coordinate representation of color #FABC3C: hue angle of 40.42º 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 #FABC3C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 60 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.02 |
| HSL | 40.42º | 0.95% | 0.61% | - |
| HSV(B) | 40.42º | 0.76% | 0.98% | - |
| XYZ | 58.22 | 56.62 | 12.13 | - |
| YUV | 191.95 | 53.54 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 60 | 0 | 0.25 | 0.76 | 0.02 | 40.42 | 0.95 | 0.61 |
| Hex | FA | BC | 3C | 0 | 19 | 4C | 2 | 28 | 5F | 3D |
| Octal | 372 | 274 | 74 | 0 | 31 | 114 | 2 | 50 | 137 | 75 |
| Binary | 11111010 | 10111100 | 111100 | 0 | 11001 | 1001100 | 10 | 101000 | 1011111 | 111101 |
Color Harmonies of #FABC3C
Complementary color
Monochromatic Colors of #FABC3C
Black with #FABC3C
Text Example
Text Example
White with #FABC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC3C; }
p { color: rgb(250,188,60); }
H1.HeaderClassName
{
color: #FABC3C;
}
.AnyTagClassName
{
color: #FABC3C;
}
</style>
background-color css
<style>
a { background-color: #FABC3C; }
a { background-color: rgb(250,188,60); }
div.DivClassName
{
background-color: #FABC3C;
}
.BgClassName
{
background-color: #FABC3C;
}
</style>
border-color css
<style>
span { border-color: #FABC3C; }
span { border-color: rgb(250,188,60); }
td.TdClassName
{
border-color: #FABC3C;
}
.TagClassName
{
border-color: #FABC3C;
}
</style>