Shades of Red Orange #FA3D25
Tints of Red Orange #FA3D25
RGB
CMYK
RGB Variations
Color information
#FA3D25 (or 0xFA3D25) is known color: Red Orange. HEX triplet: FA, 3D and 25. RGB value is (250,61,37). Sum of RGB (Red+Green+Blue) = 250+61+37=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3D25 is #05C2DA. Grayscale: #737373. Windows color (decimal): -377563 or 2440698. OLE color: 2440698.
HSL color Cylindrical-coordinate representation of color #FA3D25: hue angle of 6.76º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA3D25 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 61 | 37 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.02 |
| HSL | 6.76º | 0.96% | 0.56% | - |
| HSV(B) | 6.76º | 0.85% | 0.98% | - |
| XYZ | 41.43 | 23.8 | 4.16 | - |
| YUV | 114.78 | 84.12 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 37 | 0 | 0.76 | 0.85 | 0.02 | 6.76 | 0.96 | 0.56 |
| Hex | FA | 3D | 25 | 0 | 4C | 55 | 2 | 7 | 60 | 38 |
| Octal | 372 | 75 | 45 | 0 | 114 | 125 | 2 | 7 | 140 | 70 |
| Binary | 11111010 | 111101 | 100101 | 0 | 1001100 | 1010101 | 10 | 111 | 1100000 | 111000 |
Color Harmonies of #FA3D25
Complementary color
Monochromatic Colors of #FA3D25
Black with #FA3D25
Text Example
Text Example
White with #FA3D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3D25; }
p { color: rgb(250,61,37); }
H1.HeaderClassName
{
color: #FA3D25;
}
.AnyTagClassName
{
color: #FA3D25;
}
</style>
background-color css
<style>
a { background-color: #FA3D25; }
a { background-color: rgb(250,61,37); }
div.DivClassName
{
background-color: #FA3D25;
}
.BgClassName
{
background-color: #FA3D25;
}
</style>
border-color css
<style>
span { border-color: #FA3D25; }
span { border-color: rgb(250,61,37); }
td.TdClassName
{
border-color: #FA3D25;
}
.TagClassName
{
border-color: #FA3D25;
}
</style>