Shades of Orange Red #FA4218
Tints of Orange Red #FA4218
RGB
CMYK
RGB Variations
Color information
#FA4218 (or 0xFA4218) is known color: Orange Red. HEX triplet: FA, 42 and 18. RGB value is (250,66,24). Sum of RGB (Red+Green+Blue) = 250+66+24=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4218 is #05BDE7. Grayscale: #747474. Windows color (decimal): -376296 or 1590010. OLE color: 1590010.
HSL color Cylindrical-coordinate representation of color #FA4218: hue angle of 11.15º 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 #FA4218 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 24 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.02 |
| HSL | 11.15º | 0.96% | 0.54% | - |
| HSV(B) | 11.15º | 0.9% | 0.98% | - |
| XYZ | 41.54 | 24.29 | 3.36 | - |
| YUV | 116.23 | 75.96 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 24 | 0 | 0.74 | 0.90 | 0.02 | 11.15 | 0.96 | 0.54 |
| Hex | FA | 42 | 18 | 0 | 4A | 5A | 2 | B | 60 | 36 |
| Octal | 372 | 102 | 30 | 0 | 112 | 132 | 2 | 13 | 140 | 66 |
| Binary | 11111010 | 1000010 | 11000 | 0 | 1001010 | 1011010 | 10 | 1011 | 1100000 | 110110 |
Color Harmonies of #FA4218
Complementary color
Monochromatic Colors of #FA4218
Black with #FA4218
Text Example
Text Example
White with #FA4218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4218; }
p { color: rgb(250,66,24); }
H1.HeaderClassName
{
color: #FA4218;
}
.AnyTagClassName
{
color: #FA4218;
}
</style>
background-color css
<style>
a { background-color: #FA4218; }
a { background-color: rgb(250,66,24); }
div.DivClassName
{
background-color: #FA4218;
}
.BgClassName
{
background-color: #FA4218;
}
</style>
border-color css
<style>
span { border-color: #FA4218; }
span { border-color: rgb(250,66,24); }
td.TdClassName
{
border-color: #FA4218;
}
.TagClassName
{
border-color: #FA4218;
}
</style>