Shades of Sunset Orange #FA4949
Tints of Sunset Orange #FA4949
RGB
CMYK
RGB Variations
Color information
#FA4949 (or 0xFA4949) is known color: Sunset Orange. HEX triplet: FA, 49 and 49. RGB value is (250,73,73). Sum of RGB (Red+Green+Blue) = 250+73+73=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4949 is #05B6B6. Grayscale: #7E7E7E. Windows color (decimal): -374455 or 4803066. OLE color: 4803066.
HSL color Cylindrical-coordinate representation of color #FA4949: hue angle of 0º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA4949 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 73 | 73 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.02 |
| HSL | 0º | 0.95% | 0.63% | - |
| HSV(B) | 0º | 0.71% | 0.98% | - |
| XYZ | 43.01 | 25.57 | 8.97 | - |
| YUV | 125.92 | 98.14 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 73 | 0 | 0.71 | 0.71 | 0.02 | 0 | 0.95 | 0.63 |
| Hex | FA | 49 | 49 | 0 | 47 | 47 | 2 | 0 | 5F | 3F |
| Octal | 372 | 111 | 111 | 0 | 107 | 107 | 2 | 0 | 137 | 77 |
| Binary | 11111010 | 1001001 | 1001001 | 0 | 1000111 | 1000111 | 10 | 0 | 1011111 | 111111 |
Color Harmonies of #FA4949
Complementary color
Monochromatic Colors of #FA4949
Black with #FA4949
Text Example
Text Example
White with #FA4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4949; }
p { color: rgb(250,73,73); }
H1.HeaderClassName
{
color: #FA4949;
}
.AnyTagClassName
{
color: #FA4949;
}
</style>
background-color css
<style>
a { background-color: #FA4949; }
a { background-color: rgb(250,73,73); }
div.DivClassName
{
background-color: #FA4949;
}
.BgClassName
{
background-color: #FA4949;
}
</style>
border-color css
<style>
span { border-color: #FA4949; }
span { border-color: rgb(250,73,73); }
td.TdClassName
{
border-color: #FA4949;
}
.TagClassName
{
border-color: #FA4949;
}
</style>