Shades of Red Orange #FA442F
Tints of Red Orange #FA442F
RGB
CMYK
RGB Variations
Color information
#FA442F (or 0xFA442F) is known color: Red Orange. HEX triplet: FA, 44 and 2F. RGB value is (250,68,47). Sum of RGB (Red+Green+Blue) = 250+68+47=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA442F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA442F is #05BBD0. Grayscale: #787878. Windows color (decimal): -375761 or 3097850. OLE color: 3097850.
HSL color Cylindrical-coordinate representation of color #FA442F: hue angle of 6.21º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA442F is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 47 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.02 |
| HSL | 6.21º | 0.95% | 0.58% | - |
| HSV(B) | 6.21º | 0.81% | 0.98% | - |
| XYZ | 42 | 24.66 | 5.24 | - |
| YUV | 120.02 | 86.8 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 47 | 0 | 0.73 | 0.81 | 0.02 | 6.21 | 0.95 | 0.58 |
| Hex | FA | 44 | 2F | 0 | 49 | 51 | 2 | 6 | 5F | 3A |
| Octal | 372 | 104 | 57 | 0 | 111 | 121 | 2 | 6 | 137 | 72 |
| Binary | 11111010 | 1000100 | 101111 | 0 | 1001001 | 1010001 | 10 | 110 | 1011111 | 111010 |
Color Harmonies of #FA442F
Complementary color
Monochromatic Colors of #FA442F
Black with #FA442F
Text Example
Text Example
White with #FA442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA442F; }
p { color: rgb(250,68,47); }
H1.HeaderClassName
{
color: #FA442F;
}
.AnyTagClassName
{
color: #FA442F;
}
</style>
background-color css
<style>
a { background-color: #FA442F; }
a { background-color: rgb(250,68,47); }
div.DivClassName
{
background-color: #FA442F;
}
.BgClassName
{
background-color: #FA442F;
}
</style>
border-color css
<style>
span { border-color: #FA442F; }
span { border-color: rgb(250,68,47); }
td.TdClassName
{
border-color: #FA442F;
}
.TagClassName
{
border-color: #FA442F;
}
</style>