Shades of Supernova #FABC43
Tints of Supernova #FABC43
RGB
CMYK
RGB Variations
Color information
#FABC43 (or 0xFABC43) is known color: Supernova. HEX triplet: FA, BC and 43. RGB value is (250,188,67). Sum of RGB (Red+Green+Blue) = 250+188+67=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 67 (26.56% from 255 or 13.27% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC43 is #0543BC. Grayscale: #C1C1C1. Windows color (decimal): -345021 or 4439290. OLE color: 4439290.
HSL color Cylindrical-coordinate representation of color #FABC43: hue angle of 39.67º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FABC43 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 67 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.02 |
| HSL | 39.67º | 0.95% | 0.62% | - |
| HSV(B) | 39.67º | 0.73% | 0.98% | - |
| XYZ | 58.42 | 56.7 | 13.17 | - |
| YUV | 192.74 | 57.04 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 67 | 0 | 0.25 | 0.73 | 0.02 | 39.67 | 0.95 | 0.62 |
| Hex | FA | BC | 43 | 0 | 19 | 49 | 2 | 28 | 5F | 3E |
| Octal | 372 | 274 | 103 | 0 | 31 | 111 | 2 | 50 | 137 | 76 |
| Binary | 11111010 | 10111100 | 1000011 | 0 | 11001 | 1001001 | 10 | 101000 | 1011111 | 111110 |
Color Harmonies of #FABC43
Complementary color
Monochromatic Colors of #FABC43
Black with #FABC43
Text Example
Text Example
White with #FABC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC43; }
p { color: rgb(250,188,67); }
H1.HeaderClassName
{
color: #FABC43;
}
.AnyTagClassName
{
color: #FABC43;
}
</style>
background-color css
<style>
a { background-color: #FABC43; }
a { background-color: rgb(250,188,67); }
div.DivClassName
{
background-color: #FABC43;
}
.BgClassName
{
background-color: #FABC43;
}
</style>
border-color css
<style>
span { border-color: #FABC43; }
span { border-color: rgb(250,188,67); }
td.TdClassName
{
border-color: #FABC43;
}
.TagClassName
{
border-color: #FABC43;
}
</style>