Shades of Sunset Orange #FA5551
Tints of Sunset Orange #FA5551
RGB
CMYK
RGB Variations
Color information
#FA5551 (or 0xFA5551) is known color: Sunset Orange. HEX triplet: FA, 55 and 51. RGB value is (250,85,81). Sum of RGB (Red+Green+Blue) = 250+85+81=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5551 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5551 is #05AAAE. Grayscale: #868686. Windows color (decimal): -371375 or 5330426. OLE color: 5330426.
HSL color Cylindrical-coordinate representation of color #FA5551: hue angle of 1.42º 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 #FA5551 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 81 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.02 |
| HSL | 1.42º | 0.94% | 0.65% | - |
| HSV(B) | 1.42º | 0.68% | 0.98% | - |
| XYZ | 44.16 | 27.42 | 10.75 | - |
| YUV | 133.88 | 98.16 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 81 | 0 | 0.66 | 0.68 | 0.02 | 1.42 | 0.94 | 0.65 |
| Hex | FA | 55 | 51 | 0 | 42 | 44 | 2 | 1 | 5E | 41 |
| Octal | 372 | 125 | 121 | 0 | 102 | 104 | 2 | 1 | 136 | 101 |
| Binary | 11111010 | 1010101 | 1010001 | 0 | 1000010 | 1000100 | 10 | 1 | 1011110 | 1000001 |
Color Harmonies of #FA5551
Complementary color
Monochromatic Colors of #FA5551
Black with #FA5551
Text Example
Text Example
White with #FA5551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5551; }
p { color: rgb(250,85,81); }
H1.HeaderClassName
{
color: #FA5551;
}
.AnyTagClassName
{
color: #FA5551;
}
</style>
background-color css
<style>
a { background-color: #FA5551; }
a { background-color: rgb(250,85,81); }
div.DivClassName
{
background-color: #FA5551;
}
.BgClassName
{
background-color: #FA5551;
}
</style>
border-color css
<style>
span { border-color: #FA5551; }
span { border-color: rgb(250,85,81); }
td.TdClassName
{
border-color: #FA5551;
}
.TagClassName
{
border-color: #FA5551;
}
</style>