Shades of Supernova #FAAE2C
Tints of Supernova #FAAE2C
RGB
CMYK
RGB Variations
Color information
#FAAE2C (or 0xFAAE2C) is known color: Supernova. HEX triplet: FA, AE and 2C. RGB value is (250,174,44). Sum of RGB (Red+Green+Blue) = 250+174+44=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAE2C is #0551D3. Grayscale: #B6B6B6. Windows color (decimal): -348628 or 2928378. OLE color: 2928378.
HSL color Cylindrical-coordinate representation of color #FAAE2C: hue angle of 37.86º 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 #FAAE2C is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 44 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.02 |
| HSL | 37.86º | 0.95% | 0.58% | - |
| HSV(B) | 37.86º | 0.82% | 0.98% | - |
| XYZ | 55.02 | 50.78 | 9.28 | - |
| YUV | 181.9 | 50.18 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 44 | 0 | 0.30 | 0.82 | 0.02 | 37.86 | 0.95 | 0.58 |
| Hex | FA | AE | 2C | 0 | 1E | 52 | 2 | 26 | 5F | 3A |
| Octal | 372 | 256 | 54 | 0 | 36 | 122 | 2 | 46 | 137 | 72 |
| Binary | 11111010 | 10101110 | 101100 | 0 | 11110 | 1010010 | 10 | 100110 | 1011111 | 111010 |
Color Harmonies of #FAAE2C
Complementary color
Monochromatic Colors of #FAAE2C
Black with #FAAE2C
Text Example
Text Example
White with #FAAE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAE2C; }
p { color: rgb(250,174,44); }
H1.HeaderClassName
{
color: #FAAE2C;
}
.AnyTagClassName
{
color: #FAAE2C;
}
</style>
background-color css
<style>
a { background-color: #FAAE2C; }
a { background-color: rgb(250,174,44); }
div.DivClassName
{
background-color: #FAAE2C;
}
.BgClassName
{
background-color: #FAAE2C;
}
</style>
border-color css
<style>
span { border-color: #FAAE2C; }
span { border-color: rgb(250,174,44); }
td.TdClassName
{
border-color: #FAAE2C;
}
.TagClassName
{
border-color: #FAAE2C;
}
</style>