Shades of Supernova #FAB933
Tints of Supernova #FAB933
RGB
CMYK
RGB Variations
Color information
#FAB933 (or 0xFAB933) is known color: Supernova. HEX triplet: FA, B9 and 33. RGB value is (250,185,51). Sum of RGB (Red+Green+Blue) = 250+185+51=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB933 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB933 is #0546CC. Grayscale: #BDBDBD. Windows color (decimal): -345805 or 3389946. OLE color: 3389946.
HSL color Cylindrical-coordinate representation of color #FAB933: hue angle of 40.4º 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 #FAB933 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 51 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.02 |
| HSL | 40.4º | 0.95% | 0.59% | - |
| HSV(B) | 40.4º | 0.8% | 0.98% | - |
| XYZ | 57.37 | 55.26 | 10.77 | - |
| YUV | 189.16 | 50.03 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 51 | 0 | 0.26 | 0.80 | 0.02 | 40.4 | 0.95 | 0.59 |
| Hex | FA | B9 | 33 | 0 | 1A | 50 | 2 | 28 | 5F | 3B |
| Octal | 372 | 271 | 63 | 0 | 32 | 120 | 2 | 50 | 137 | 73 |
| Binary | 11111010 | 10111001 | 110011 | 0 | 11010 | 1010000 | 10 | 101000 | 1011111 | 111011 |
Color Harmonies of #FAB933
Complementary color
Monochromatic Colors of #FAB933
Black with #FAB933
Text Example
Text Example
White with #FAB933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB933; }
p { color: rgb(250,185,51); }
H1.HeaderClassName
{
color: #FAB933;
}
.AnyTagClassName
{
color: #FAB933;
}
</style>
background-color css
<style>
a { background-color: #FAB933; }
a { background-color: rgb(250,185,51); }
div.DivClassName
{
background-color: #FAB933;
}
.BgClassName
{
background-color: #FAB933;
}
</style>
border-color css
<style>
span { border-color: #FAB933; }
span { border-color: rgb(250,185,51); }
td.TdClassName
{
border-color: #FAB933;
}
.TagClassName
{
border-color: #FAB933;
}
</style>