Shades of Sunset Orange #FA5546
Tints of Sunset Orange #FA5546
RGB
CMYK
RGB Variations
Color information
#FA5546 (or 0xFA5546) is known color: Sunset Orange. HEX triplet: FA, 55 and 46. RGB value is (250,85,70). Sum of RGB (Red+Green+Blue) = 250+85+70=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5546 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5546 is #05AAB9. Grayscale: #848484. Windows color (decimal): -371386 or 4609530. OLE color: 4609530.
HSL color Cylindrical-coordinate representation of color #FA5546: hue angle of 5º 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 #FA5546 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 70 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.02 |
| HSL | 5º | 0.95% | 0.63% | - |
| HSV(B) | 5º | 0.72% | 0.98% | - |
| XYZ | 43.78 | 27.26 | 8.75 | - |
| YUV | 132.63 | 92.66 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 70 | 0 | 0.66 | 0.72 | 0.02 | 5 | 0.95 | 0.63 |
| Hex | FA | 55 | 46 | 0 | 42 | 48 | 2 | 5 | 5F | 3F |
| Octal | 372 | 125 | 106 | 0 | 102 | 110 | 2 | 5 | 137 | 77 |
| Binary | 11111010 | 1010101 | 1000110 | 0 | 1000010 | 1001000 | 10 | 101 | 1011111 | 111111 |
Color Harmonies of #FA5546
Complementary color
Monochromatic Colors of #FA5546
Black with #FA5546
Text Example
Text Example
White with #FA5546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5546; }
p { color: rgb(250,85,70); }
H1.HeaderClassName
{
color: #FA5546;
}
.AnyTagClassName
{
color: #FA5546;
}
</style>
background-color css
<style>
a { background-color: #FA5546; }
a { background-color: rgb(250,85,70); }
div.DivClassName
{
background-color: #FA5546;
}
.BgClassName
{
background-color: #FA5546;
}
</style>
border-color css
<style>
span { border-color: #FA5546; }
span { border-color: rgb(250,85,70); }
td.TdClassName
{
border-color: #FA5546;
}
.TagClassName
{
border-color: #FA5546;
}
</style>