Shades of Sunset Orange #FA5550
Tints of Sunset Orange #FA5550
RGB
CMYK
RGB Variations
Color information
#FA5550 (or 0xFA5550) is known color: Sunset Orange. HEX triplet: FA, 55 and 50. RGB value is (250,85,80). Sum of RGB (Red+Green+Blue) = 250+85+80=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5550 is #05AAAF. Grayscale: #858585. Windows color (decimal): -371376 or 5264890. OLE color: 5264890.
HSL color Cylindrical-coordinate representation of color #FA5550: hue angle of 1.76º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA5550 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 80 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.02 |
| HSL | 1.76º | 0.94% | 0.65% | - |
| HSV(B) | 1.76º | 0.68% | 0.98% | - |
| XYZ | 44.12 | 27.4 | 10.55 | - |
| YUV | 133.77 | 97.66 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 80 | 0 | 0.66 | 0.68 | 0.02 | 1.76 | 0.94 | 0.65 |
| Hex | FA | 55 | 50 | 0 | 42 | 44 | 2 | 2 | 5E | 41 |
| Octal | 372 | 125 | 120 | 0 | 102 | 104 | 2 | 2 | 136 | 101 |
| Binary | 11111010 | 1010101 | 1010000 | 0 | 1000010 | 1000100 | 10 | 10 | 1011110 | 1000001 |
Color Harmonies of #FA5550
Complementary color
Monochromatic Colors of #FA5550
Black with #FA5550
Text Example
Text Example
White with #FA5550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5550; }
p { color: rgb(250,85,80); }
H1.HeaderClassName
{
color: #FA5550;
}
.AnyTagClassName
{
color: #FA5550;
}
</style>
background-color css
<style>
a { background-color: #FA5550; }
a { background-color: rgb(250,85,80); }
div.DivClassName
{
background-color: #FA5550;
}
.BgClassName
{
background-color: #FA5550;
}
</style>
border-color css
<style>
span { border-color: #FA5550; }
span { border-color: rgb(250,85,80); }
td.TdClassName
{
border-color: #FA5550;
}
.TagClassName
{
border-color: #FA5550;
}
</style>