Shades of Red Orange #FA4328
Tints of Red Orange #FA4328
RGB
CMYK
RGB Variations
Color information
#FA4328 (or 0xFA4328) is known color: Red Orange. HEX triplet: FA, 43 and 28. RGB value is (250,67,40). Sum of RGB (Red+Green+Blue) = 250+67+40=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4328 is #05BCD7. Grayscale: #767676. Windows color (decimal): -376024 or 2638842. OLE color: 2638842.
HSL color Cylindrical-coordinate representation of color #FA4328: hue angle of 7.71º 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 #FA4328 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 40 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.02 |
| HSL | 7.71º | 0.95% | 0.57% | - |
| HSV(B) | 7.71º | 0.84% | 0.98% | - |
| XYZ | 41.81 | 24.49 | 4.53 | - |
| YUV | 118.64 | 83.63 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 40 | 0 | 0.73 | 0.84 | 0.02 | 7.71 | 0.95 | 0.57 |
| Hex | FA | 43 | 28 | 0 | 49 | 54 | 2 | 8 | 5F | 39 |
| Octal | 372 | 103 | 50 | 0 | 111 | 124 | 2 | 10 | 137 | 71 |
| Binary | 11111010 | 1000011 | 101000 | 0 | 1001001 | 1010100 | 10 | 1000 | 1011111 | 111001 |
Color Harmonies of #FA4328
Complementary color
Monochromatic Colors of #FA4328
Black with #FA4328
Text Example
Text Example
White with #FA4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4328; }
p { color: rgb(250,67,40); }
H1.HeaderClassName
{
color: #FA4328;
}
.AnyTagClassName
{
color: #FA4328;
}
</style>
background-color css
<style>
a { background-color: #FA4328; }
a { background-color: rgb(250,67,40); }
div.DivClassName
{
background-color: #FA4328;
}
.BgClassName
{
background-color: #FA4328;
}
</style>
border-color css
<style>
span { border-color: #FA4328; }
span { border-color: rgb(250,67,40); }
td.TdClassName
{
border-color: #FA4328;
}
.TagClassName
{
border-color: #FA4328;
}
</style>