Shades of Orange Red #FA4319
Tints of Orange Red #FA4319
RGB
CMYK
RGB Variations
Color information
#FA4319 (or 0xFA4319) is known color: Orange Red. HEX triplet: FA, 43 and 19. RGB value is (250,67,25). Sum of RGB (Red+Green+Blue) = 250+67+25=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4319 is #05BCE6. Grayscale: #757575. Windows color (decimal): -376039 or 1655802. OLE color: 1655802.
HSL color Cylindrical-coordinate representation of color #FA4319: hue angle of 11.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA4319 is Cyan = 0, Magento = 0.73, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 25 | - |
| CMYK | 0 | 0.73 | 0.9 | 0.02 |
| HSL | 11.2º | 0.96% | 0.54% | - |
| HSV(B) | 11.2º | 0.9% | 0.98% | - |
| XYZ | 41.61 | 24.41 | 3.44 | - |
| YUV | 116.93 | 76.13 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 25 | 0 | 0.73 | 0.9 | 0.02 | 11.2 | 0.96 | 0.54 |
| Hex | FA | 43 | 19 | 0 | 49 | 5A | 2 | B | 60 | 36 |
| Octal | 372 | 103 | 31 | 0 | 111 | 132 | 2 | 13 | 140 | 66 |
| Binary | 11111010 | 1000011 | 11001 | 0 | 1001001 | 1011010 | 10 | 1011 | 1100000 | 110110 |
Color Harmonies of #FA4319
Complementary color
Monochromatic Colors of #FA4319
Black with #FA4319
Text Example
Text Example
White with #FA4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4319; }
p { color: rgb(250,67,25); }
H1.HeaderClassName
{
color: #FA4319;
}
.AnyTagClassName
{
color: #FA4319;
}
</style>
background-color css
<style>
a { background-color: #FA4319; }
a { background-color: rgb(250,67,25); }
div.DivClassName
{
background-color: #FA4319;
}
.BgClassName
{
background-color: #FA4319;
}
</style>
border-color css
<style>
span { border-color: #FA4319; }
span { border-color: rgb(250,67,25); }
td.TdClassName
{
border-color: #FA4319;
}
.TagClassName
{
border-color: #FA4319;
}
</style>