Shades of Red Orange #FA2D25
Tints of Red Orange #FA2D25
RGB
CMYK
RGB Variations
Color information
#FA2D25 (or 0xFA2D25) is known color: Red Orange. HEX triplet: FA, 2D and 25. RGB value is (250,45,37). Sum of RGB (Red+Green+Blue) = 250+45+37=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D25 is #05D2DA. Grayscale: #696969. Windows color (decimal): -381659 or 2436602. OLE color: 2436602.
HSL color Cylindrical-coordinate representation of color #FA2D25: hue angle of 2.25º 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 #FA2D25 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 37 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.02 |
| HSL | 2.25º | 0.96% | 0.56% | - |
| HSV(B) | 2.25º | 0.85% | 0.98% | - |
| XYZ | 40.7 | 22.33 | 3.92 | - |
| YUV | 105.38 | 89.42 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 37 | 0 | 0.82 | 0.85 | 0.02 | 2.25 | 0.96 | 0.56 |
| Hex | FA | 2D | 25 | 0 | 52 | 55 | 2 | 2 | 60 | 38 |
| Octal | 372 | 55 | 45 | 0 | 122 | 125 | 2 | 2 | 140 | 70 |
| Binary | 11111010 | 101101 | 100101 | 0 | 1010010 | 1010101 | 10 | 10 | 1100000 | 111000 |
Color Harmonies of #FA2D25
Complementary color
Monochromatic Colors of #FA2D25
Black with #FA2D25
Text Example
Text Example
White with #FA2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D25; }
p { color: rgb(250,45,37); }
H1.HeaderClassName
{
color: #FA2D25;
}
.AnyTagClassName
{
color: #FA2D25;
}
</style>
background-color css
<style>
a { background-color: #FA2D25; }
a { background-color: rgb(250,45,37); }
div.DivClassName
{
background-color: #FA2D25;
}
.BgClassName
{
background-color: #FA2D25;
}
</style>
border-color css
<style>
span { border-color: #FA2D25; }
span { border-color: rgb(250,45,37); }
td.TdClassName
{
border-color: #FA2D25;
}
.TagClassName
{
border-color: #FA2D25;
}
</style>