Shades of Sunset Orange #FA463E
Tints of Sunset Orange #FA463E
RGB
CMYK
RGB Variations
Color information
#FA463E (or 0xFA463E) is known color: Sunset Orange. HEX triplet: FA, 46 and 3E. RGB value is (250,70,62). Sum of RGB (Red+Green+Blue) = 250+70+62=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA463E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA463E is #05B9C1. Grayscale: #7B7B7B. Windows color (decimal): -375234 or 4081402. OLE color: 4081402.
HSL color Cylindrical-coordinate representation of color #FA463E: hue angle of 2.55º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA463E is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 62 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.02 |
| HSL | 2.55º | 0.95% | 0.61% | - |
| HSV(B) | 2.55º | 0.75% | 0.98% | - |
| XYZ | 42.48 | 25.05 | 7.15 | - |
| YUV | 122.91 | 93.63 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 62 | 0 | 0.72 | 0.75 | 0.02 | 2.55 | 0.95 | 0.61 |
| Hex | FA | 46 | 3E | 0 | 48 | 4B | 2 | 3 | 5F | 3D |
| Octal | 372 | 106 | 76 | 0 | 110 | 113 | 2 | 3 | 137 | 75 |
| Binary | 11111010 | 1000110 | 111110 | 0 | 1001000 | 1001011 | 10 | 11 | 1011111 | 111101 |
Color Harmonies of #FA463E
Complementary color
Monochromatic Colors of #FA463E
Black with #FA463E
Text Example
Text Example
White with #FA463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA463E; }
p { color: rgb(250,70,62); }
H1.HeaderClassName
{
color: #FA463E;
}
.AnyTagClassName
{
color: #FA463E;
}
</style>
background-color css
<style>
a { background-color: #FA463E; }
a { background-color: rgb(250,70,62); }
div.DivClassName
{
background-color: #FA463E;
}
.BgClassName
{
background-color: #FA463E;
}
</style>
border-color css
<style>
span { border-color: #FA463E; }
span { border-color: rgb(250,70,62); }
td.TdClassName
{
border-color: #FA463E;
}
.TagClassName
{
border-color: #FA463E;
}
</style>