Shades of Red Orange #FA4628
Tints of Red Orange #FA4628
RGB
CMYK
RGB Variations
Color information
#FA4628 (or 0xFA4628) is known color: Red Orange. HEX triplet: FA, 46 and 28. RGB value is (250,70,40). Sum of RGB (Red+Green+Blue) = 250+70+40=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4628 is #05B9D7. Grayscale: #787878. Windows color (decimal): -375256 or 2639610. OLE color: 2639610.
HSL color Cylindrical-coordinate representation of color #FA4628: hue angle of 8.57º 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 #FA4628 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 40 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.02 |
| HSL | 8.57º | 0.95% | 0.57% | - |
| HSV(B) | 8.57º | 0.84% | 0.98% | - |
| XYZ | 42 | 24.86 | 4.59 | - |
| YUV | 120.4 | 82.63 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 40 | 0 | 0.72 | 0.84 | 0.02 | 8.57 | 0.95 | 0.57 |
| Hex | FA | 46 | 28 | 0 | 48 | 54 | 2 | 9 | 5F | 39 |
| Octal | 372 | 106 | 50 | 0 | 110 | 124 | 2 | 11 | 137 | 71 |
| Binary | 11111010 | 1000110 | 101000 | 0 | 1001000 | 1010100 | 10 | 1001 | 1011111 | 111001 |
Color Harmonies of #FA4628
Complementary color
Monochromatic Colors of #FA4628
Black with #FA4628
Text Example
Text Example
White with #FA4628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4628; }
p { color: rgb(250,70,40); }
H1.HeaderClassName
{
color: #FA4628;
}
.AnyTagClassName
{
color: #FA4628;
}
</style>
background-color css
<style>
a { background-color: #FA4628; }
a { background-color: rgb(250,70,40); }
div.DivClassName
{
background-color: #FA4628;
}
.BgClassName
{
background-color: #FA4628;
}
</style>
border-color css
<style>
span { border-color: #FA4628; }
span { border-color: rgb(250,70,40); }
td.TdClassName
{
border-color: #FA4628;
}
.TagClassName
{
border-color: #FA4628;
}
</style>