Shades of Supernova #FAAF3A
Tints of Supernova #FAAF3A
RGB
CMYK
RGB Variations
Color information
#FAAF3A (or 0xFAAF3A) is known color: Supernova. HEX triplet: FA, AF and 3A. RGB value is (250,175,58). Sum of RGB (Red+Green+Blue) = 250+175+58=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 58 (23.05% from 255 or 12.01% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF3A is #0550C5. Grayscale: #B8B8B8. Windows color (decimal): -348358 or 3846138. OLE color: 3846138.
HSL color Cylindrical-coordinate representation of color #FAAF3A: hue angle of 36.56º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAAF3A is Cyan = 0, Magento = 0.3, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 58 | - |
| CMYK | 0 | 0.3 | 0.77 | 0.02 |
| HSL | 36.56º | 0.95% | 0.6% | - |
| HSV(B) | 36.56º | 0.77% | 0.98% | - |
| XYZ | 55.52 | 51.29 | 10.98 | - |
| YUV | 184.09 | 56.85 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 58 | 0 | 0.3 | 0.77 | 0.02 | 36.56 | 0.95 | 0.6 |
| Hex | FA | AF | 3A | 0 | 1E | 4D | 2 | 25 | 5F | 3C |
| Octal | 372 | 257 | 72 | 0 | 36 | 115 | 2 | 45 | 137 | 74 |
| Binary | 11111010 | 10101111 | 111010 | 0 | 11110 | 1001101 | 10 | 100101 | 1011111 | 111100 |
Color Harmonies of #FAAF3A
Complementary color
Monochromatic Colors of #FAAF3A
Black with #FAAF3A
Text Example
Text Example
White with #FAAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF3A; }
p { color: rgb(250,175,58); }
H1.HeaderClassName
{
color: #FAAF3A;
}
.AnyTagClassName
{
color: #FAAF3A;
}
</style>
background-color css
<style>
a { background-color: #FAAF3A; }
a { background-color: rgb(250,175,58); }
div.DivClassName
{
background-color: #FAAF3A;
}
.BgClassName
{
background-color: #FAAF3A;
}
</style>
border-color css
<style>
span { border-color: #FAAF3A; }
span { border-color: rgb(250,175,58); }
td.TdClassName
{
border-color: #FAAF3A;
}
.TagClassName
{
border-color: #FAAF3A;
}
</style>