Shades of Sunset Orange #FA5553
Tints of Sunset Orange #FA5553
RGB
CMYK
RGB Variations
Color information
#FA5553 (or 0xFA5553) is known color: Sunset Orange. HEX triplet: FA, 55 and 53. RGB value is (250,85,83). Sum of RGB (Red+Green+Blue) = 250+85+83=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5553 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5553 is #05AAAC. Grayscale: #868686. Windows color (decimal): -371373 or 5461498. OLE color: 5461498.
HSL color Cylindrical-coordinate representation of color #FA5553: hue angle of 0.72º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA5553 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 83 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.02 |
| HSL | 0.72º | 0.94% | 0.65% | - |
| HSV(B) | 0.72º | 0.67% | 0.98% | - |
| XYZ | 44.23 | 27.45 | 11.15 | - |
| YUV | 134.11 | 99.16 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 83 | 0 | 0.66 | 0.67 | 0.02 | 0.72 | 0.94 | 0.65 |
| Hex | FA | 55 | 53 | 0 | 42 | 43 | 2 | 1 | 5E | 41 |
| Octal | 372 | 125 | 123 | 0 | 102 | 103 | 2 | 1 | 136 | 101 |
| Binary | 11111010 | 1010101 | 1010011 | 0 | 1000010 | 1000011 | 10 | 1 | 1011110 | 1000001 |
Color Harmonies of #FA5553
Complementary color
Monochromatic Colors of #FA5553
Black with #FA5553
Text Example
Text Example
White with #FA5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5553; }
p { color: rgb(250,85,83); }
H1.HeaderClassName
{
color: #FA5553;
}
.AnyTagClassName
{
color: #FA5553;
}
</style>
background-color css
<style>
a { background-color: #FA5553; }
a { background-color: rgb(250,85,83); }
div.DivClassName
{
background-color: #FA5553;
}
.BgClassName
{
background-color: #FA5553;
}
</style>
border-color css
<style>
span { border-color: #FA5553; }
span { border-color: rgb(250,85,83); }
td.TdClassName
{
border-color: #FA5553;
}
.TagClassName
{
border-color: #FA5553;
}
</style>