Shades of Supernova #FABC33
Tints of Supernova #FABC33
RGB
CMYK
RGB Variations
Color information
#FABC33 (or 0xFABC33) is known color: Supernova. HEX triplet: FA, BC and 33. RGB value is (250,188,51). Sum of RGB (Red+Green+Blue) = 250+188+51=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 51 (20.31% from 255 or 10.43% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC33 is #0543CC. Grayscale: #BFBFBF. Windows color (decimal): -345037 or 3390714. OLE color: 3390714.
HSL color Cylindrical-coordinate representation of color #FABC33: hue angle of 41.31º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FABC33 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 51 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.02 |
| HSL | 41.31º | 0.95% | 0.59% | - |
| HSV(B) | 41.31º | 0.8% | 0.98% | - |
| XYZ | 58.01 | 56.53 | 10.99 | - |
| YUV | 190.92 | 49.04 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 51 | 0 | 0.25 | 0.80 | 0.02 | 41.31 | 0.95 | 0.59 |
| Hex | FA | BC | 33 | 0 | 19 | 50 | 2 | 29 | 5F | 3B |
| Octal | 372 | 274 | 63 | 0 | 31 | 120 | 2 | 51 | 137 | 73 |
| Binary | 11111010 | 10111100 | 110011 | 0 | 11001 | 1010000 | 10 | 101001 | 1011111 | 111011 |
Color Harmonies of #FABC33
Complementary color
Monochromatic Colors of #FABC33
Black with #FABC33
Text Example
Text Example
White with #FABC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC33; }
p { color: rgb(250,188,51); }
H1.HeaderClassName
{
color: #FABC33;
}
.AnyTagClassName
{
color: #FABC33;
}
</style>
background-color css
<style>
a { background-color: #FABC33; }
a { background-color: rgb(250,188,51); }
div.DivClassName
{
background-color: #FABC33;
}
.BgClassName
{
background-color: #FABC33;
}
</style>
border-color css
<style>
span { border-color: #FABC33; }
span { border-color: rgb(250,188,51); }
td.TdClassName
{
border-color: #FABC33;
}
.TagClassName
{
border-color: #FABC33;
}
</style>