Shades of Red Orange #FA482E
Tints of Red Orange #FA482E
RGB
CMYK
RGB Variations
Color information
#FA482E (or 0xFA482E) is known color: Red Orange. HEX triplet: FA, 48 and 2E. RGB value is (250,72,46). Sum of RGB (Red+Green+Blue) = 250+72+46=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA482E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA482E is #05B7D1. Grayscale: #7A7A7A. Windows color (decimal): -374738 or 3033338. OLE color: 3033338.
HSL color Cylindrical-coordinate representation of color #FA482E: hue angle of 7.65º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA482E is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 46 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.02 |
| HSL | 7.65º | 0.95% | 0.58% | - |
| HSV(B) | 7.65º | 0.82% | 0.98% | - |
| XYZ | 42.23 | 25.16 | 5.21 | - |
| YUV | 122.26 | 84.97 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 46 | 0 | 0.71 | 0.82 | 0.02 | 7.65 | 0.95 | 0.58 |
| Hex | FA | 48 | 2E | 0 | 47 | 52 | 2 | 8 | 5F | 3A |
| Octal | 372 | 110 | 56 | 0 | 107 | 122 | 2 | 10 | 137 | 72 |
| Binary | 11111010 | 1001000 | 101110 | 0 | 1000111 | 1010010 | 10 | 1000 | 1011111 | 111010 |
Color Harmonies of #FA482E
Complementary color
Monochromatic Colors of #FA482E
Black with #FA482E
Text Example
Text Example
White with #FA482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA482E; }
p { color: rgb(250,72,46); }
H1.HeaderClassName
{
color: #FA482E;
}
.AnyTagClassName
{
color: #FA482E;
}
</style>
background-color css
<style>
a { background-color: #FA482E; }
a { background-color: rgb(250,72,46); }
div.DivClassName
{
background-color: #FA482E;
}
.BgClassName
{
background-color: #FA482E;
}
</style>
border-color css
<style>
span { border-color: #FA482E; }
span { border-color: rgb(250,72,46); }
td.TdClassName
{
border-color: #FA482E;
}
.TagClassName
{
border-color: #FA482E;
}
</style>