Shades of Sunset Orange #FA5446
Tints of Sunset Orange #FA5446
RGB
CMYK
RGB Variations
Color information
#FA5446 (or 0xFA5446) is known color: Sunset Orange. HEX triplet: FA, 54 and 46. RGB value is (250,84,70). Sum of RGB (Red+Green+Blue) = 250+84+70=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5446 is #05ABB9. Grayscale: #848484. Windows color (decimal): -371642 or 4609274. OLE color: 4609274.
HSL color Cylindrical-coordinate representation of color #FA5446: hue angle of 4.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 #FA5446 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 70 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.02 |
| HSL | 4.67º | 0.95% | 0.63% | - |
| HSV(B) | 4.67º | 0.72% | 0.98% | - |
| XYZ | 43.7 | 27.11 | 8.72 | - |
| YUV | 132.04 | 93 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 70 | 0 | 0.66 | 0.72 | 0.02 | 4.67 | 0.95 | 0.63 |
| Hex | FA | 54 | 46 | 0 | 42 | 48 | 2 | 5 | 5F | 3F |
| Octal | 372 | 124 | 106 | 0 | 102 | 110 | 2 | 5 | 137 | 77 |
| Binary | 11111010 | 1010100 | 1000110 | 0 | 1000010 | 1001000 | 10 | 101 | 1011111 | 111111 |
Color Harmonies of #FA5446
Complementary color
Monochromatic Colors of #FA5446
Black with #FA5446
Text Example
Text Example
White with #FA5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5446; }
p { color: rgb(250,84,70); }
H1.HeaderClassName
{
color: #FA5446;
}
.AnyTagClassName
{
color: #FA5446;
}
</style>
background-color css
<style>
a { background-color: #FA5446; }
a { background-color: rgb(250,84,70); }
div.DivClassName
{
background-color: #FA5446;
}
.BgClassName
{
background-color: #FA5446;
}
</style>
border-color css
<style>
span { border-color: #FA5446; }
span { border-color: rgb(250,84,70); }
td.TdClassName
{
border-color: #FA5446;
}
.TagClassName
{
border-color: #FA5446;
}
</style>