Shades of Sunset Orange #FA4641
Tints of Sunset Orange #FA4641
RGB
CMYK
RGB Variations
Color information
#FA4641 (or 0xFA4641) is known color: Sunset Orange. HEX triplet: FA, 46 and 41. RGB value is (250,70,65). Sum of RGB (Red+Green+Blue) = 250+70+65=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4641 is #05B9BE. Grayscale: #7B7B7B. Windows color (decimal): -375231 or 4278010. OLE color: 4278010.
HSL color Cylindrical-coordinate representation of color #FA4641: hue angle of 1.62º 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 #FA4641 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 65 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.02 |
| HSL | 1.62º | 0.95% | 0.62% | - |
| HSV(B) | 1.62º | 0.74% | 0.98% | - |
| XYZ | 42.57 | 25.09 | 7.6 | - |
| YUV | 123.25 | 95.13 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 65 | 0 | 0.72 | 0.74 | 0.02 | 1.62 | 0.95 | 0.62 |
| Hex | FA | 46 | 41 | 0 | 48 | 4A | 2 | 2 | 5F | 3E |
| Octal | 372 | 106 | 101 | 0 | 110 | 112 | 2 | 2 | 137 | 76 |
| Binary | 11111010 | 1000110 | 1000001 | 0 | 1001000 | 1001010 | 10 | 10 | 1011111 | 111110 |
Color Harmonies of #FA4641
Complementary color
Monochromatic Colors of #FA4641
Black with #FA4641
Text Example
Text Example
White with #FA4641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4641; }
p { color: rgb(250,70,65); }
H1.HeaderClassName
{
color: #FA4641;
}
.AnyTagClassName
{
color: #FA4641;
}
</style>
background-color css
<style>
a { background-color: #FA4641; }
a { background-color: rgb(250,70,65); }
div.DivClassName
{
background-color: #FA4641;
}
.BgClassName
{
background-color: #FA4641;
}
</style>
border-color css
<style>
span { border-color: #FA4641; }
span { border-color: rgb(250,70,65); }
td.TdClassName
{
border-color: #FA4641;
}
.TagClassName
{
border-color: #FA4641;
}
</style>