Shades of Sunset Orange #FA534D
Tints of Sunset Orange #FA534D
RGB
CMYK
RGB Variations
Color information
#FA534D (or 0xFA534D) is known color: Sunset Orange. HEX triplet: FA, 53 and 4D. RGB value is (250,83,77). Sum of RGB (Red+Green+Blue) = 250+83+77=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA534D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA534D is #05ACB2. Grayscale: #848484. Windows color (decimal): -371891 or 5067770. OLE color: 5067770.
HSL color Cylindrical-coordinate representation of color #FA534D: hue angle of 2.08º 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 #FA534D is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 77 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.02 |
| HSL | 2.08º | 0.95% | 0.64% | - |
| HSV(B) | 2.08º | 0.69% | 0.98% | - |
| XYZ | 43.86 | 27.05 | 9.93 | - |
| YUV | 132.25 | 96.83 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 77 | 0 | 0.67 | 0.69 | 0.02 | 2.08 | 0.95 | 0.64 |
| Hex | FA | 53 | 4D | 0 | 43 | 45 | 2 | 2 | 5F | 40 |
| Octal | 372 | 123 | 115 | 0 | 103 | 105 | 2 | 2 | 137 | 100 |
| Binary | 11111010 | 1010011 | 1001101 | 0 | 1000011 | 1000101 | 10 | 10 | 1011111 | 1000000 |
Color Harmonies of #FA534D
Complementary color
Monochromatic Colors of #FA534D
Black with #FA534D
Text Example
Text Example
White with #FA534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA534D; }
p { color: rgb(250,83,77); }
H1.HeaderClassName
{
color: #FA534D;
}
.AnyTagClassName
{
color: #FA534D;
}
</style>
background-color css
<style>
a { background-color: #FA534D; }
a { background-color: rgb(250,83,77); }
div.DivClassName
{
background-color: #FA534D;
}
.BgClassName
{
background-color: #FA534D;
}
</style>
border-color css
<style>
span { border-color: #FA534D; }
span { border-color: rgb(250,83,77); }
td.TdClassName
{
border-color: #FA534D;
}
.TagClassName
{
border-color: #FA534D;
}
</style>