Shades of Sunset Orange #FA513F
Tints of Sunset Orange #FA513F
RGB
CMYK
RGB Variations
Color information
#FA513F (or 0xFA513F) is known color: Sunset Orange. HEX triplet: FA, 51 and 3F. RGB value is (250,81,63). Sum of RGB (Red+Green+Blue) = 250+81+63=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA513F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA513F is #05AEC0. Grayscale: #818181. Windows color (decimal): -372417 or 4149754. OLE color: 4149754.
HSL color Cylindrical-coordinate representation of color #FA513F: hue angle of 5.78º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA513F is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 63 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.02 |
| HSL | 5.78º | 0.95% | 0.61% | - |
| HSV(B) | 5.78º | 0.75% | 0.98% | - |
| XYZ | 43.26 | 26.57 | 7.55 | - |
| YUV | 129.48 | 90.49 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 63 | 0 | 0.68 | 0.75 | 0.02 | 5.78 | 0.95 | 0.61 |
| Hex | FA | 51 | 3F | 0 | 44 | 4B | 2 | 6 | 5F | 3D |
| Octal | 372 | 121 | 77 | 0 | 104 | 113 | 2 | 6 | 137 | 75 |
| Binary | 11111010 | 1010001 | 111111 | 0 | 1000100 | 1001011 | 10 | 110 | 1011111 | 111101 |
Color Harmonies of #FA513F
Complementary color
Monochromatic Colors of #FA513F
Black with #FA513F
Text Example
Text Example
White with #FA513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA513F; }
p { color: rgb(250,81,63); }
H1.HeaderClassName
{
color: #FA513F;
}
.AnyTagClassName
{
color: #FA513F;
}
</style>
background-color css
<style>
a { background-color: #FA513F; }
a { background-color: rgb(250,81,63); }
div.DivClassName
{
background-color: #FA513F;
}
.BgClassName
{
background-color: #FA513F;
}
</style>
border-color css
<style>
span { border-color: #FA513F; }
span { border-color: rgb(250,81,63); }
td.TdClassName
{
border-color: #FA513F;
}
.TagClassName
{
border-color: #FA513F;
}
</style>