Shades of Sunset Orange #FA554C
Tints of Sunset Orange #FA554C
RGB
CMYK
RGB Variations
Color information
#FA554C (or 0xFA554C) is known color: Sunset Orange. HEX triplet: FA, 55 and 4C. RGB value is (250,85,76). Sum of RGB (Red+Green+Blue) = 250+85+76=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA554C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA554C is #05AAB3. Grayscale: #858585. Windows color (decimal): -371380 or 5002746. OLE color: 5002746.
HSL color Cylindrical-coordinate representation of color #FA554C: hue angle of 3.1º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA554C is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 76 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.02 |
| HSL | 3.1º | 0.95% | 0.64% | - |
| HSV(B) | 3.1º | 0.7% | 0.98% | - |
| XYZ | 43.98 | 27.34 | 9.8 | - |
| YUV | 133.31 | 95.66 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 76 | 0 | 0.66 | 0.70 | 0.02 | 3.1 | 0.95 | 0.64 |
| Hex | FA | 55 | 4C | 0 | 42 | 46 | 2 | 3 | 5F | 40 |
| Octal | 372 | 125 | 114 | 0 | 102 | 106 | 2 | 3 | 137 | 100 |
| Binary | 11111010 | 1010101 | 1001100 | 0 | 1000010 | 1000110 | 10 | 11 | 1011111 | 1000000 |
Color Harmonies of #FA554C
Complementary color
Monochromatic Colors of #FA554C
Black with #FA554C
Text Example
Text Example
White with #FA554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA554C; }
p { color: rgb(250,85,76); }
H1.HeaderClassName
{
color: #FA554C;
}
.AnyTagClassName
{
color: #FA554C;
}
</style>
background-color css
<style>
a { background-color: #FA554C; }
a { background-color: rgb(250,85,76); }
div.DivClassName
{
background-color: #FA554C;
}
.BgClassName
{
background-color: #FA554C;
}
</style>
border-color css
<style>
span { border-color: #FA554C; }
span { border-color: rgb(250,85,76); }
td.TdClassName
{
border-color: #FA554C;
}
.TagClassName
{
border-color: #FA554C;
}
</style>