Shades of Sunset Orange #FA5345
Tints of Sunset Orange #FA5345
RGB
CMYK
RGB Variations
Color information
#FA5345 (or 0xFA5345) is known color: Sunset Orange. HEX triplet: FA, 53 and 45. RGB value is (250,83,69). Sum of RGB (Red+Green+Blue) = 250+83+69=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5345 is #05ACBA. Grayscale: #838383. Windows color (decimal): -371899 or 4543482. OLE color: 4543482.
HSL color Cylindrical-coordinate representation of color #FA5345: hue angle of 4.64º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA5345 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 69 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.02 |
| HSL | 4.64º | 0.95% | 0.63% | - |
| HSV(B) | 4.64º | 0.72% | 0.98% | - |
| XYZ | 43.59 | 26.94 | 8.53 | - |
| YUV | 131.34 | 92.83 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 69 | 0 | 0.67 | 0.72 | 0.02 | 4.64 | 0.95 | 0.63 |
| Hex | FA | 53 | 45 | 0 | 43 | 48 | 2 | 5 | 5F | 3F |
| Octal | 372 | 123 | 105 | 0 | 103 | 110 | 2 | 5 | 137 | 77 |
| Binary | 11111010 | 1010011 | 1000101 | 0 | 1000011 | 1001000 | 10 | 101 | 1011111 | 111111 |
Color Harmonies of #FA5345
Complementary color
Monochromatic Colors of #FA5345
Black with #FA5345
Text Example
Text Example
White with #FA5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5345; }
p { color: rgb(250,83,69); }
H1.HeaderClassName
{
color: #FA5345;
}
.AnyTagClassName
{
color: #FA5345;
}
</style>
background-color css
<style>
a { background-color: #FA5345; }
a { background-color: rgb(250,83,69); }
div.DivClassName
{
background-color: #FA5345;
}
.BgClassName
{
background-color: #FA5345;
}
</style>
border-color css
<style>
span { border-color: #FA5345; }
span { border-color: rgb(250,83,69); }
td.TdClassName
{
border-color: #FA5345;
}
.TagClassName
{
border-color: #FA5345;
}
</style>