Shades of Supernova #FAAD2D
Tints of Supernova #FAAD2D
RGB
CMYK
RGB Variations
Color information
#FAAD2D (or 0xFAAD2D) is known color: Supernova. HEX triplet: FA, AD and 2D. RGB value is (250,173,45). Sum of RGB (Red+Green+Blue) = 250+173+45=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAD2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAD2D is #0552D2. Grayscale: #B6B6B6. Windows color (decimal): -348883 or 2993658. OLE color: 2993658.
HSL color Cylindrical-coordinate representation of color #FAAD2D: hue angle of 37.46º 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 #FAAD2D is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 45 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.02 |
| HSL | 37.46º | 0.95% | 0.58% | - |
| HSV(B) | 37.46º | 0.82% | 0.98% | - |
| XYZ | 54.84 | 50.4 | 9.32 | - |
| YUV | 181.43 | 51.01 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 45 | 0 | 0.31 | 0.82 | 0.02 | 37.46 | 0.95 | 0.58 |
| Hex | FA | AD | 2D | 0 | 1F | 52 | 2 | 25 | 5F | 3A |
| Octal | 372 | 255 | 55 | 0 | 37 | 122 | 2 | 45 | 137 | 72 |
| Binary | 11111010 | 10101101 | 101101 | 0 | 11111 | 1010010 | 10 | 100101 | 1011111 | 111010 |
Color Harmonies of #FAAD2D
Complementary color
Monochromatic Colors of #FAAD2D
Black with #FAAD2D
Text Example
Text Example
White with #FAAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAD2D; }
p { color: rgb(250,173,45); }
H1.HeaderClassName
{
color: #FAAD2D;
}
.AnyTagClassName
{
color: #FAAD2D;
}
</style>
background-color css
<style>
a { background-color: #FAAD2D; }
a { background-color: rgb(250,173,45); }
div.DivClassName
{
background-color: #FAAD2D;
}
.BgClassName
{
background-color: #FAAD2D;
}
</style>
border-color css
<style>
span { border-color: #FAAD2D; }
span { border-color: rgb(250,173,45); }
td.TdClassName
{
border-color: #FAAD2D;
}
.TagClassName
{
border-color: #FAAD2D;
}
</style>