Shades of Sunset Orange #FA4D40
Tints of Sunset Orange #FA4D40
RGB
CMYK
RGB Variations
Color information
#FA4D40 (or 0xFA4D40) is known color: Sunset Orange. HEX triplet: FA, 4D and 40. RGB value is (250,77,64). Sum of RGB (Red+Green+Blue) = 250+77+64=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4D40 is #05B2BF. Grayscale: #7F7F7F. Windows color (decimal): -373440 or 4214266. OLE color: 4214266.
HSL color Cylindrical-coordinate representation of color #FA4D40: hue angle of 4.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4D40 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 64 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.02 |
| HSL | 4.19º | 0.95% | 0.62% | - |
| HSV(B) | 4.19º | 0.74% | 0.98% | - |
| XYZ | 43 | 26 | 7.6 | - |
| YUV | 127.25 | 92.31 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 64 | 0 | 0.69 | 0.74 | 0.02 | 4.19 | 0.95 | 0.62 |
| Hex | FA | 4D | 40 | 0 | 45 | 4A | 2 | 4 | 5F | 3E |
| Octal | 372 | 115 | 100 | 0 | 105 | 112 | 2 | 4 | 137 | 76 |
| Binary | 11111010 | 1001101 | 1000000 | 0 | 1000101 | 1001010 | 10 | 100 | 1011111 | 111110 |
Color Harmonies of #FA4D40
Complementary color
Monochromatic Colors of #FA4D40
Black with #FA4D40
Text Example
Text Example
White with #FA4D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D40; }
p { color: rgb(250,77,64); }
H1.HeaderClassName
{
color: #FA4D40;
}
.AnyTagClassName
{
color: #FA4D40;
}
</style>
background-color css
<style>
a { background-color: #FA4D40; }
a { background-color: rgb(250,77,64); }
div.DivClassName
{
background-color: #FA4D40;
}
.BgClassName
{
background-color: #FA4D40;
}
</style>
border-color css
<style>
span { border-color: #FA4D40; }
span { border-color: rgb(250,77,64); }
td.TdClassName
{
border-color: #FA4D40;
}
.TagClassName
{
border-color: #FA4D40;
}
</style>