Shades of Supernova #FAAE2D
Tints of Supernova #FAAE2D
RGB
CMYK
RGB Variations
Color information
#FAAE2D (or 0xFAAE2D) is known color: Supernova. HEX triplet: FA, AE and 2D. RGB value is (250,174,45). Sum of RGB (Red+Green+Blue) = 250+174+45=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAE2D is #0551D2. Grayscale: #B6B6B6. Windows color (decimal): -348627 or 2993914. OLE color: 2993914.
HSL color Cylindrical-coordinate representation of color #FAAE2D: hue angle of 37.76º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAAE2D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 45 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.02 |
| HSL | 37.76º | 0.95% | 0.58% | - |
| HSV(B) | 37.76º | 0.82% | 0.98% | - |
| XYZ | 55.03 | 50.79 | 9.38 | - |
| YUV | 182.02 | 50.68 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 45 | 0 | 0.30 | 0.82 | 0.02 | 37.76 | 0.95 | 0.58 |
| Hex | FA | AE | 2D | 0 | 1E | 52 | 2 | 26 | 5F | 3A |
| Octal | 372 | 256 | 55 | 0 | 36 | 122 | 2 | 46 | 137 | 72 |
| Binary | 11111010 | 10101110 | 101101 | 0 | 11110 | 1010010 | 10 | 100110 | 1011111 | 111010 |
Color Harmonies of #FAAE2D
Complementary color
Monochromatic Colors of #FAAE2D
Black with #FAAE2D
Text Example
Text Example
White with #FAAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAE2D; }
p { color: rgb(250,174,45); }
H1.HeaderClassName
{
color: #FAAE2D;
}
.AnyTagClassName
{
color: #FAAE2D;
}
</style>
background-color css
<style>
a { background-color: #FAAE2D; }
a { background-color: rgb(250,174,45); }
div.DivClassName
{
background-color: #FAAE2D;
}
.BgClassName
{
background-color: #FAAE2D;
}
</style>
border-color css
<style>
span { border-color: #FAAE2D; }
span { border-color: rgb(250,174,45); }
td.TdClassName
{
border-color: #FAAE2D;
}
.TagClassName
{
border-color: #FAAE2D;
}
</style>