Shades of Supernova #FAAE33
Tints of Supernova #FAAE33
RGB
CMYK
RGB Variations
Color information
#FAAE33 (or 0xFAAE33) is known color: Supernova. HEX triplet: FA, AE and 33. RGB value is (250,174,51). Sum of RGB (Red+Green+Blue) = 250+174+51=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 51 (20.31% from 255 or 10.74% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAE33 is #0551CC. Grayscale: #B7B7B7. Windows color (decimal): -348621 or 3387130. OLE color: 3387130.
HSL color Cylindrical-coordinate representation of color #FAAE33: hue angle of 37.09º 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 #FAAE33 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 51 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.02 |
| HSL | 37.09º | 0.95% | 0.59% | - |
| HSV(B) | 37.09º | 0.8% | 0.98% | - |
| XYZ | 55.16 | 50.84 | 10.04 | - |
| YUV | 182.7 | 53.68 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 51 | 0 | 0.30 | 0.80 | 0.02 | 37.09 | 0.95 | 0.59 |
| Hex | FA | AE | 33 | 0 | 1E | 50 | 2 | 25 | 5F | 3B |
| Octal | 372 | 256 | 63 | 0 | 36 | 120 | 2 | 45 | 137 | 73 |
| Binary | 11111010 | 10101110 | 110011 | 0 | 11110 | 1010000 | 10 | 100101 | 1011111 | 111011 |
Color Harmonies of #FAAE33
Complementary color
Monochromatic Colors of #FAAE33
Black with #FAAE33
Text Example
Text Example
White with #FAAE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAE33; }
p { color: rgb(250,174,51); }
H1.HeaderClassName
{
color: #FAAE33;
}
.AnyTagClassName
{
color: #FAAE33;
}
</style>
background-color css
<style>
a { background-color: #FAAE33; }
a { background-color: rgb(250,174,51); }
div.DivClassName
{
background-color: #FAAE33;
}
.BgClassName
{
background-color: #FAAE33;
}
</style>
border-color css
<style>
span { border-color: #FAAE33; }
span { border-color: rgb(250,174,51); }
td.TdClassName
{
border-color: #FAAE33;
}
.TagClassName
{
border-color: #FAAE33;
}
</style>