Shades of Supernova #FAB632
Tints of Supernova #FAB632
RGB
CMYK
RGB Variations
Color information
#FAB632 (or 0xFAB632) is known color: Supernova. HEX triplet: FA, B6 and 32. RGB value is (250,182,50). Sum of RGB (Red+Green+Blue) = 250+182+50=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB632 is #0549CD. Grayscale: #BBBBBB. Windows color (decimal): -346574 or 3323642. OLE color: 3323642.
HSL color Cylindrical-coordinate representation of color #FAB632: hue angle of 39.6º 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 #FAB632 is Cyan = 0, Magento = 0.27, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 50 | - |
| CMYK | 0 | 0.27 | 0.8 | 0.02 |
| HSL | 39.6º | 0.95% | 0.59% | - |
| HSV(B) | 39.6º | 0.8% | 0.98% | - |
| XYZ | 56.73 | 54.01 | 10.45 | - |
| YUV | 187.28 | 50.53 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 50 | 0 | 0.27 | 0.8 | 0.02 | 39.6 | 0.95 | 0.59 |
| Hex | FA | B6 | 32 | 0 | 1B | 50 | 2 | 28 | 5F | 3B |
| Octal | 372 | 266 | 62 | 0 | 33 | 120 | 2 | 50 | 137 | 73 |
| Binary | 11111010 | 10110110 | 110010 | 0 | 11011 | 1010000 | 10 | 101000 | 1011111 | 111011 |
Color Harmonies of #FAB632
Complementary color
Monochromatic Colors of #FAB632
Black with #FAB632
Text Example
Text Example
White with #FAB632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB632; }
p { color: rgb(250,182,50); }
H1.HeaderClassName
{
color: #FAB632;
}
.AnyTagClassName
{
color: #FAB632;
}
</style>
background-color css
<style>
a { background-color: #FAB632; }
a { background-color: rgb(250,182,50); }
div.DivClassName
{
background-color: #FAB632;
}
.BgClassName
{
background-color: #FAB632;
}
</style>
border-color css
<style>
span { border-color: #FAB632; }
span { border-color: rgb(250,182,50); }
td.TdClassName
{
border-color: #FAB632;
}
.TagClassName
{
border-color: #FAB632;
}
</style>