Shades of Sunset Orange #FA513C
Tints of Sunset Orange #FA513C
RGB
CMYK
RGB Variations
Color information
#FA513C (or 0xFA513C) is known color: Sunset Orange. HEX triplet: FA, 51 and 3C. RGB value is (250,81,60). Sum of RGB (Red+Green+Blue) = 250+81+60=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA513C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA513C is #05AEC3. Grayscale: #818181. Windows color (decimal): -372420 or 3953146. OLE color: 3953146.
HSL color Cylindrical-coordinate representation of color #FA513C: hue angle of 6.63º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA513C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 60 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.02 |
| HSL | 6.63º | 0.95% | 0.61% | - |
| HSV(B) | 6.63º | 0.76% | 0.98% | - |
| XYZ | 43.18 | 26.54 | 7.12 | - |
| YUV | 129.14 | 88.99 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 60 | 0 | 0.68 | 0.76 | 0.02 | 6.63 | 0.95 | 0.61 |
| Hex | FA | 51 | 3C | 0 | 44 | 4C | 2 | 7 | 5F | 3D |
| Octal | 372 | 121 | 74 | 0 | 104 | 114 | 2 | 7 | 137 | 75 |
| Binary | 11111010 | 1010001 | 111100 | 0 | 1000100 | 1001100 | 10 | 111 | 1011111 | 111101 |
Color Harmonies of #FA513C
Complementary color
Monochromatic Colors of #FA513C
Black with #FA513C
Text Example
Text Example
White with #FA513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA513C; }
p { color: rgb(250,81,60); }
H1.HeaderClassName
{
color: #FA513C;
}
.AnyTagClassName
{
color: #FA513C;
}
</style>
background-color css
<style>
a { background-color: #FA513C; }
a { background-color: rgb(250,81,60); }
div.DivClassName
{
background-color: #FA513C;
}
.BgClassName
{
background-color: #FA513C;
}
</style>
border-color css
<style>
span { border-color: #FA513C; }
span { border-color: rgb(250,81,60); }
td.TdClassName
{
border-color: #FA513C;
}
.TagClassName
{
border-color: #FA513C;
}
</style>