Shades of Red Orange #FA3A28
Tints of Red Orange #FA3A28
RGB
CMYK
RGB Variations
Color information
#FA3A28 (or 0xFA3A28) is known color: Red Orange. HEX triplet: FA, 3A and 28. RGB value is (250,58,40). Sum of RGB (Red+Green+Blue) = 250+58+40=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A28 is #05C5D7. Grayscale: #717171. Windows color (decimal): -378328 or 2636538. OLE color: 2636538.
HSL color Cylindrical-coordinate representation of color #FA3A28: hue angle of 5.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 #FA3A28 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 40 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.02 |
| HSL | 5.14º | 0.95% | 0.57% | - |
| HSV(B) | 5.14º | 0.84% | 0.98% | - |
| XYZ | 41.32 | 23.5 | 4.37 | - |
| YUV | 113.36 | 86.61 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 40 | 0 | 0.77 | 0.84 | 0.02 | 5.14 | 0.95 | 0.57 |
| Hex | FA | 3A | 28 | 0 | 4D | 54 | 2 | 5 | 5F | 39 |
| Octal | 372 | 72 | 50 | 0 | 115 | 124 | 2 | 5 | 137 | 71 |
| Binary | 11111010 | 111010 | 101000 | 0 | 1001101 | 1010100 | 10 | 101 | 1011111 | 111001 |
Color Harmonies of #FA3A28
Complementary color
Monochromatic Colors of #FA3A28
Black with #FA3A28
Text Example
Text Example
White with #FA3A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A28; }
p { color: rgb(250,58,40); }
H1.HeaderClassName
{
color: #FA3A28;
}
.AnyTagClassName
{
color: #FA3A28;
}
</style>
background-color css
<style>
a { background-color: #FA3A28; }
a { background-color: rgb(250,58,40); }
div.DivClassName
{
background-color: #FA3A28;
}
.BgClassName
{
background-color: #FA3A28;
}
</style>
border-color css
<style>
span { border-color: #FA3A28; }
span { border-color: rgb(250,58,40); }
td.TdClassName
{
border-color: #FA3A28;
}
.TagClassName
{
border-color: #FA3A28;
}
</style>