Shades of Red Orange #FA482D
Tints of Red Orange #FA482D
RGB
CMYK
RGB Variations
Color information
#FA482D (or 0xFA482D) is known color: Red Orange. HEX triplet: FA, 48 and 2D. RGB value is (250,72,45). Sum of RGB (Red+Green+Blue) = 250+72+45=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA482D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA482D is #05B7D2. Grayscale: #7A7A7A. Windows color (decimal): -374739 or 2967802. OLE color: 2967802.
HSL color Cylindrical-coordinate representation of color #FA482D: hue angle of 7.9º 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 #FA482D is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 45 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.02 |
| HSL | 7.9º | 0.95% | 0.58% | - |
| HSV(B) | 7.9º | 0.82% | 0.98% | - |
| XYZ | 42.22 | 25.15 | 5.11 | - |
| YUV | 122.14 | 84.47 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 45 | 0 | 0.71 | 0.82 | 0.02 | 7.9 | 0.95 | 0.58 |
| Hex | FA | 48 | 2D | 0 | 47 | 52 | 2 | 8 | 5F | 3A |
| Octal | 372 | 110 | 55 | 0 | 107 | 122 | 2 | 10 | 137 | 72 |
| Binary | 11111010 | 1001000 | 101101 | 0 | 1000111 | 1010010 | 10 | 1000 | 1011111 | 111010 |
Color Harmonies of #FA482D
Complementary color
Monochromatic Colors of #FA482D
Black with #FA482D
Text Example
Text Example
White with #FA482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA482D; }
p { color: rgb(250,72,45); }
H1.HeaderClassName
{
color: #FA482D;
}
.AnyTagClassName
{
color: #FA482D;
}
</style>
background-color css
<style>
a { background-color: #FA482D; }
a { background-color: rgb(250,72,45); }
div.DivClassName
{
background-color: #FA482D;
}
.BgClassName
{
background-color: #FA482D;
}
</style>
border-color css
<style>
span { border-color: #FA482D; }
span { border-color: rgb(250,72,45); }
td.TdClassName
{
border-color: #FA482D;
}
.TagClassName
{
border-color: #FA482D;
}
</style>