Shades of Sunset Orange #FA5146
Tints of Sunset Orange #FA5146
RGB
CMYK
RGB Variations
Color information
#FA5146 (or 0xFA5146) is known color: Sunset Orange. HEX triplet: FA, 51 and 46. RGB value is (250,81,70). Sum of RGB (Red+Green+Blue) = 250+81+70=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5146 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5146 is #05AEB9. Grayscale: #828282. Windows color (decimal): -372410 or 4608506. OLE color: 4608506.
HSL color Cylindrical-coordinate representation of color #FA5146: hue angle of 3.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA5146 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 70 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.02 |
| HSL | 3.67º | 0.95% | 0.63% | - |
| HSV(B) | 3.67º | 0.72% | 0.98% | - |
| XYZ | 43.47 | 26.65 | 8.65 | - |
| YUV | 130.28 | 93.99 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 70 | 0 | 0.68 | 0.72 | 0.02 | 3.67 | 0.95 | 0.63 |
| Hex | FA | 51 | 46 | 0 | 44 | 48 | 2 | 4 | 5F | 3F |
| Octal | 372 | 121 | 106 | 0 | 104 | 110 | 2 | 4 | 137 | 77 |
| Binary | 11111010 | 1010001 | 1000110 | 0 | 1000100 | 1001000 | 10 | 100 | 1011111 | 111111 |
Color Harmonies of #FA5146
Complementary color
Monochromatic Colors of #FA5146
Black with #FA5146
Text Example
Text Example
White with #FA5146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5146; }
p { color: rgb(250,81,70); }
H1.HeaderClassName
{
color: #FA5146;
}
.AnyTagClassName
{
color: #FA5146;
}
</style>
background-color css
<style>
a { background-color: #FA5146; }
a { background-color: rgb(250,81,70); }
div.DivClassName
{
background-color: #FA5146;
}
.BgClassName
{
background-color: #FA5146;
}
</style>
border-color css
<style>
span { border-color: #FA5146; }
span { border-color: rgb(250,81,70); }
td.TdClassName
{
border-color: #FA5146;
}
.TagClassName
{
border-color: #FA5146;
}
</style>