Shades of Red Orange #FA4238
Tints of Red Orange #FA4238
RGB
CMYK
RGB Variations
Color information
#FA4238 (or 0xFA4238) is known color: Red Orange. HEX triplet: FA, 42 and 38. RGB value is (250,66,56). Sum of RGB (Red+Green+Blue) = 250+66+56=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4238 is #05BDC7. Grayscale: #787878. Windows color (decimal): -376264 or 3687162. OLE color: 3687162.
HSL color Cylindrical-coordinate representation of color #FA4238: hue angle of 3.09º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA4238 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 56 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.02 |
| HSL | 3.09º | 0.95% | 0.6% | - |
| HSV(B) | 3.09º | 0.78% | 0.98% | - |
| XYZ | 42.09 | 24.51 | 6.25 | - |
| YUV | 119.88 | 91.96 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 56 | 0 | 0.74 | 0.78 | 0.02 | 3.09 | 0.95 | 0.6 |
| Hex | FA | 42 | 38 | 0 | 4A | 4E | 2 | 3 | 5F | 3C |
| Octal | 372 | 102 | 70 | 0 | 112 | 116 | 2 | 3 | 137 | 74 |
| Binary | 11111010 | 1000010 | 111000 | 0 | 1001010 | 1001110 | 10 | 11 | 1011111 | 111100 |
Color Harmonies of #FA4238
Complementary color
Monochromatic Colors of #FA4238
Black with #FA4238
Text Example
Text Example
White with #FA4238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4238; }
p { color: rgb(250,66,56); }
H1.HeaderClassName
{
color: #FA4238;
}
.AnyTagClassName
{
color: #FA4238;
}
</style>
background-color css
<style>
a { background-color: #FA4238; }
a { background-color: rgb(250,66,56); }
div.DivClassName
{
background-color: #FA4238;
}
.BgClassName
{
background-color: #FA4238;
}
</style>
border-color css
<style>
span { border-color: #FA4238; }
span { border-color: rgb(250,66,56); }
td.TdClassName
{
border-color: #FA4238;
}
.TagClassName
{
border-color: #FA4238;
}
</style>