Shades of Supernova #FAAF2E
Tints of Supernova #FAAF2E
RGB
CMYK
RGB Variations
Color information
#FAAF2E (or 0xFAAF2E) is known color: Supernova. HEX triplet: FA, AF and 2E. RGB value is (250,175,46). Sum of RGB (Red+Green+Blue) = 250+175+46=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF2E is #0550D1. Grayscale: #B7B7B7. Windows color (decimal): -348370 or 3059706. OLE color: 3059706.
HSL color Cylindrical-coordinate representation of color #FAAF2E: hue angle of 37.94º 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 #FAAF2E is Cyan = 0, Magento = 0.3, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 46 | - |
| CMYK | 0 | 0.3 | 0.82 | 0.02 |
| HSL | 37.94º | 0.95% | 0.58% | - |
| HSV(B) | 37.94º | 0.82% | 0.98% | - |
| XYZ | 55.25 | 51.18 | 9.55 | - |
| YUV | 182.72 | 50.85 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 46 | 0 | 0.3 | 0.82 | 0.02 | 37.94 | 0.95 | 0.58 |
| Hex | FA | AF | 2E | 0 | 1E | 52 | 2 | 26 | 5F | 3A |
| Octal | 372 | 257 | 56 | 0 | 36 | 122 | 2 | 46 | 137 | 72 |
| Binary | 11111010 | 10101111 | 101110 | 0 | 11110 | 1010010 | 10 | 100110 | 1011111 | 111010 |
Color Harmonies of #FAAF2E
Complementary color
Monochromatic Colors of #FAAF2E
Black with #FAAF2E
Text Example
Text Example
White with #FAAF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF2E; }
p { color: rgb(250,175,46); }
H1.HeaderClassName
{
color: #FAAF2E;
}
.AnyTagClassName
{
color: #FAAF2E;
}
</style>
background-color css
<style>
a { background-color: #FAAF2E; }
a { background-color: rgb(250,175,46); }
div.DivClassName
{
background-color: #FAAF2E;
}
.BgClassName
{
background-color: #FAAF2E;
}
</style>
border-color css
<style>
span { border-color: #FAAF2E; }
span { border-color: rgb(250,175,46); }
td.TdClassName
{
border-color: #FAAF2E;
}
.TagClassName
{
border-color: #FAAF2E;
}
</style>