Shades of Sunset Orange #FA463F
Tints of Sunset Orange #FA463F
RGB
CMYK
RGB Variations
Color information
#FA463F (or 0xFA463F) is known color: Sunset Orange. HEX triplet: FA, 46 and 3F. RGB value is (250,70,63). Sum of RGB (Red+Green+Blue) = 250+70+63=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA463F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA463F is #05B9C0. Grayscale: #7B7B7B. Windows color (decimal): -375233 or 4146938. OLE color: 4146938.
HSL color Cylindrical-coordinate representation of color #FA463F: hue angle of 2.25º 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 #FA463F is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 63 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.02 |
| HSL | 2.25º | 0.95% | 0.61% | - |
| HSV(B) | 2.25º | 0.75% | 0.98% | - |
| XYZ | 42.51 | 25.06 | 7.3 | - |
| YUV | 123.02 | 94.13 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 63 | 0 | 0.72 | 0.75 | 0.02 | 2.25 | 0.95 | 0.61 |
| Hex | FA | 46 | 3F | 0 | 48 | 4B | 2 | 2 | 5F | 3D |
| Octal | 372 | 106 | 77 | 0 | 110 | 113 | 2 | 2 | 137 | 75 |
| Binary | 11111010 | 1000110 | 111111 | 0 | 1001000 | 1001011 | 10 | 10 | 1011111 | 111101 |
Color Harmonies of #FA463F
Complementary color
Monochromatic Colors of #FA463F
Black with #FA463F
Text Example
Text Example
White with #FA463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA463F; }
p { color: rgb(250,70,63); }
H1.HeaderClassName
{
color: #FA463F;
}
.AnyTagClassName
{
color: #FA463F;
}
</style>
background-color css
<style>
a { background-color: #FA463F; }
a { background-color: rgb(250,70,63); }
div.DivClassName
{
background-color: #FA463F;
}
.BgClassName
{
background-color: #FA463F;
}
</style>
border-color css
<style>
span { border-color: #FA463F; }
span { border-color: rgb(250,70,63); }
td.TdClassName
{
border-color: #FA463F;
}
.TagClassName
{
border-color: #FA463F;
}
</style>