Shades of Red Orange #FA4038
Tints of Red Orange #FA4038
RGB
CMYK
RGB Variations
Color information
#FA4038 (or 0xFA4038) is known color: Red Orange. HEX triplet: FA, 40 and 38. RGB value is (250,64,56). Sum of RGB (Red+Green+Blue) = 250+64+56=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4038 is #05BFC7. Grayscale: #767676. Windows color (decimal): -376776 or 3686650. OLE color: 3686650.
HSL color Cylindrical-coordinate representation of color #FA4038: hue angle of 2.47º 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 #FA4038 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 56 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.02 |
| HSL | 2.47º | 0.95% | 0.6% | - |
| HSV(B) | 2.47º | 0.78% | 0.98% | - |
| XYZ | 41.97 | 24.28 | 6.22 | - |
| YUV | 118.7 | 92.62 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 56 | 0 | 0.74 | 0.78 | 0.02 | 2.47 | 0.95 | 0.6 |
| Hex | FA | 40 | 38 | 0 | 4A | 4E | 2 | 2 | 5F | 3C |
| Octal | 372 | 100 | 70 | 0 | 112 | 116 | 2 | 2 | 137 | 74 |
| Binary | 11111010 | 1000000 | 111000 | 0 | 1001010 | 1001110 | 10 | 10 | 1011111 | 111100 |
Color Harmonies of #FA4038
Complementary color
Monochromatic Colors of #FA4038
Black with #FA4038
Text Example
Text Example
White with #FA4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4038; }
p { color: rgb(250,64,56); }
H1.HeaderClassName
{
color: #FA4038;
}
.AnyTagClassName
{
color: #FA4038;
}
</style>
background-color css
<style>
a { background-color: #FA4038; }
a { background-color: rgb(250,64,56); }
div.DivClassName
{
background-color: #FA4038;
}
.BgClassName
{
background-color: #FA4038;
}
</style>
border-color css
<style>
span { border-color: #FA4038; }
span { border-color: rgb(250,64,56); }
td.TdClassName
{
border-color: #FA4038;
}
.TagClassName
{
border-color: #FA4038;
}
</style>