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