Shades of Supernova #FAAE32
Tints of Supernova #FAAE32
RGB
CMYK
RGB Variations
Color information
#FAAE32 (or 0xFAAE32) is known color: Supernova. HEX triplet: FA, AE and 32. RGB value is (250,174,50). Sum of RGB (Red+Green+Blue) = 250+174+50=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAE32 is #0551CD. Grayscale: #B7B7B7. Windows color (decimal): -348622 or 3321594. OLE color: 3321594.
HSL color Cylindrical-coordinate representation of color #FAAE32: hue angle of 37.2º 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 #FAAE32 is Cyan = 0, Magento = 0.30, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 50 | - |
| CMYK | 0 | 0.30 | 0.8 | 0.02 |
| HSL | 37.2º | 0.95% | 0.59% | - |
| HSV(B) | 37.2º | 0.8% | 0.98% | - |
| XYZ | 55.14 | 50.83 | 9.92 | - |
| YUV | 182.59 | 53.18 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 50 | 0 | 0.30 | 0.8 | 0.02 | 37.2 | 0.95 | 0.59 |
| Hex | FA | AE | 32 | 0 | 1E | 50 | 2 | 25 | 5F | 3B |
| Octal | 372 | 256 | 62 | 0 | 36 | 120 | 2 | 45 | 137 | 73 |
| Binary | 11111010 | 10101110 | 110010 | 0 | 11110 | 1010000 | 10 | 100101 | 1011111 | 111011 |
Color Harmonies of #FAAE32
Complementary color
Monochromatic Colors of #FAAE32
Black with #FAAE32
Text Example
Text Example
White with #FAAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAE32; }
p { color: rgb(250,174,50); }
H1.HeaderClassName
{
color: #FAAE32;
}
.AnyTagClassName
{
color: #FAAE32;
}
</style>
background-color css
<style>
a { background-color: #FAAE32; }
a { background-color: rgb(250,174,50); }
div.DivClassName
{
background-color: #FAAE32;
}
.BgClassName
{
background-color: #FAAE32;
}
</style>
border-color css
<style>
span { border-color: #FAAE32; }
span { border-color: rgb(250,174,50); }
td.TdClassName
{
border-color: #FAAE32;
}
.TagClassName
{
border-color: #FAAE32;
}
</style>