Shades of Sunset Orange #FA554E
Tints of Sunset Orange #FA554E
RGB
CMYK
RGB Variations
Color information
#FA554E (or 0xFA554E) is known color: Sunset Orange. HEX triplet: FA, 55 and 4E. RGB value is (250,85,78). Sum of RGB (Red+Green+Blue) = 250+85+78=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA554E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA554E is #05AAB1. Grayscale: #858585. Windows color (decimal): -371378 or 5133818. OLE color: 5133818.
HSL color Cylindrical-coordinate representation of color #FA554E: hue angle of 2.44º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA554E is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 78 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.02 |
| HSL | 2.44º | 0.95% | 0.64% | - |
| HSV(B) | 2.44º | 0.69% | 0.98% | - |
| XYZ | 44.05 | 27.37 | 10.17 | - |
| YUV | 133.54 | 96.66 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 78 | 0 | 0.66 | 0.69 | 0.02 | 2.44 | 0.95 | 0.64 |
| Hex | FA | 55 | 4E | 0 | 42 | 45 | 2 | 2 | 5F | 40 |
| Octal | 372 | 125 | 116 | 0 | 102 | 105 | 2 | 2 | 137 | 100 |
| Binary | 11111010 | 1010101 | 1001110 | 0 | 1000010 | 1000101 | 10 | 10 | 1011111 | 1000000 |
Color Harmonies of #FA554E
Complementary color
Monochromatic Colors of #FA554E
Black with #FA554E
Text Example
Text Example
White with #FA554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA554E; }
p { color: rgb(250,85,78); }
H1.HeaderClassName
{
color: #FA554E;
}
.AnyTagClassName
{
color: #FA554E;
}
</style>
background-color css
<style>
a { background-color: #FA554E; }
a { background-color: rgb(250,85,78); }
div.DivClassName
{
background-color: #FA554E;
}
.BgClassName
{
background-color: #FA554E;
}
</style>
border-color css
<style>
span { border-color: #FA554E; }
span { border-color: rgb(250,85,78); }
td.TdClassName
{
border-color: #FA554E;
}
.TagClassName
{
border-color: #FA554E;
}
</style>