Shades of Red Orange #FA2F25
Tints of Red Orange #FA2F25
RGB
CMYK
RGB Variations
Color information
#FA2F25 (or 0xFA2F25) is known color: Red Orange. HEX triplet: FA, 2F and 25. RGB value is (250,47,37). Sum of RGB (Red+Green+Blue) = 250+47+37=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F25 is #05D0DA. Grayscale: #6A6A6A. Windows color (decimal): -381147 or 2437114. OLE color: 2437114.
HSL color Cylindrical-coordinate representation of color #FA2F25: hue angle of 2.82º 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 #FA2F25 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 37 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.02 |
| HSL | 2.82º | 0.96% | 0.56% | - |
| HSV(B) | 2.82º | 0.85% | 0.98% | - |
| XYZ | 40.77 | 22.49 | 3.94 | - |
| YUV | 106.56 | 88.75 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 37 | 0 | 0.81 | 0.85 | 0.02 | 2.82 | 0.96 | 0.56 |
| Hex | FA | 2F | 25 | 0 | 51 | 55 | 2 | 3 | 60 | 38 |
| Octal | 372 | 57 | 45 | 0 | 121 | 125 | 2 | 3 | 140 | 70 |
| Binary | 11111010 | 101111 | 100101 | 0 | 1010001 | 1010101 | 10 | 11 | 1100000 | 111000 |
Color Harmonies of #FA2F25
Complementary color
Monochromatic Colors of #FA2F25
Black with #FA2F25
Text Example
Text Example
White with #FA2F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F25; }
p { color: rgb(250,47,37); }
H1.HeaderClassName
{
color: #FA2F25;
}
.AnyTagClassName
{
color: #FA2F25;
}
</style>
background-color css
<style>
a { background-color: #FA2F25; }
a { background-color: rgb(250,47,37); }
div.DivClassName
{
background-color: #FA2F25;
}
.BgClassName
{
background-color: #FA2F25;
}
</style>
border-color css
<style>
span { border-color: #FA2F25; }
span { border-color: rgb(250,47,37); }
td.TdClassName
{
border-color: #FA2F25;
}
.TagClassName
{
border-color: #FA2F25;
}
</style>