Shades of Red Orange #FA4128
Tints of Red Orange #FA4128
RGB
CMYK
RGB Variations
Color information
#FA4128 (or 0xFA4128) is known color: Red Orange. HEX triplet: FA, 41 and 28. RGB value is (250,65,40). Sum of RGB (Red+Green+Blue) = 250+65+40=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4128 is #05BED7. Grayscale: #757575. Windows color (decimal): -376536 or 2638330. OLE color: 2638330.
HSL color Cylindrical-coordinate representation of color #FA4128: hue angle of 7.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA4128 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 40 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.02 |
| HSL | 7.14º | 0.95% | 0.57% | - |
| HSV(B) | 7.14º | 0.84% | 0.98% | - |
| XYZ | 41.7 | 24.26 | 4.49 | - |
| YUV | 117.47 | 84.29 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 40 | 0 | 0.74 | 0.84 | 0.02 | 7.14 | 0.95 | 0.57 |
| Hex | FA | 41 | 28 | 0 | 4A | 54 | 2 | 7 | 5F | 39 |
| Octal | 372 | 101 | 50 | 0 | 112 | 124 | 2 | 7 | 137 | 71 |
| Binary | 11111010 | 1000001 | 101000 | 0 | 1001010 | 1010100 | 10 | 111 | 1011111 | 111001 |
Color Harmonies of #FA4128
Complementary color
Monochromatic Colors of #FA4128
Black with #FA4128
Text Example
Text Example
White with #FA4128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4128; }
p { color: rgb(250,65,40); }
H1.HeaderClassName
{
color: #FA4128;
}
.AnyTagClassName
{
color: #FA4128;
}
</style>
background-color css
<style>
a { background-color: #FA4128; }
a { background-color: rgb(250,65,40); }
div.DivClassName
{
background-color: #FA4128;
}
.BgClassName
{
background-color: #FA4128;
}
</style>
border-color css
<style>
span { border-color: #FA4128; }
span { border-color: rgb(250,65,40); }
td.TdClassName
{
border-color: #FA4128;
}
.TagClassName
{
border-color: #FA4128;
}
</style>