Shades of Sunset Orange #FA513D
Tints of Sunset Orange #FA513D
RGB
CMYK
RGB Variations
Color information
#FA513D (or 0xFA513D) is known color: Sunset Orange. HEX triplet: FA, 51 and 3D. RGB value is (250,81,61). Sum of RGB (Red+Green+Blue) = 250+81+61=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA513D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA513D is #05AEC2. Grayscale: #818181. Windows color (decimal): -372419 or 4018682. OLE color: 4018682.
HSL color Cylindrical-coordinate representation of color #FA513D: hue angle of 6.35º 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 #FA513D is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 61 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.02 |
| HSL | 6.35º | 0.95% | 0.61% | - |
| HSV(B) | 6.35º | 0.76% | 0.98% | - |
| XYZ | 43.21 | 26.55 | 7.26 | - |
| YUV | 129.25 | 89.49 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 61 | 0 | 0.68 | 0.76 | 0.02 | 6.35 | 0.95 | 0.61 |
| Hex | FA | 51 | 3D | 0 | 44 | 4C | 2 | 6 | 5F | 3D |
| Octal | 372 | 121 | 75 | 0 | 104 | 114 | 2 | 6 | 137 | 75 |
| Binary | 11111010 | 1010001 | 111101 | 0 | 1000100 | 1001100 | 10 | 110 | 1011111 | 111101 |
Color Harmonies of #FA513D
Complementary color
Monochromatic Colors of #FA513D
Black with #FA513D
Text Example
Text Example
White with #FA513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA513D; }
p { color: rgb(250,81,61); }
H1.HeaderClassName
{
color: #FA513D;
}
.AnyTagClassName
{
color: #FA513D;
}
</style>
background-color css
<style>
a { background-color: #FA513D; }
a { background-color: rgb(250,81,61); }
div.DivClassName
{
background-color: #FA513D;
}
.BgClassName
{
background-color: #FA513D;
}
</style>
border-color css
<style>
span { border-color: #FA513D; }
span { border-color: rgb(250,81,61); }
td.TdClassName
{
border-color: #FA513D;
}
.TagClassName
{
border-color: #FA513D;
}
</style>