Shades of Orange Red #FA4417
Tints of Orange Red #FA4417
RGB
CMYK
RGB Variations
Color information
#FA4417 (or 0xFA4417) is known color: Orange Red. HEX triplet: FA, 44 and 17. RGB value is (250,68,23). Sum of RGB (Red+Green+Blue) = 250+68+23=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4417 is #05BBE8. Grayscale: #757575. Windows color (decimal): -375785 or 1524986. OLE color: 1524986.
HSL color Cylindrical-coordinate representation of color #FA4417: hue angle of 11.89º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA4417 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 23 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.02 |
| HSL | 11.89º | 0.96% | 0.54% | - |
| HSV(B) | 11.89º | 0.91% | 0.98% | - |
| XYZ | 41.65 | 24.52 | 3.35 | - |
| YUV | 117.29 | 74.8 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 23 | 0 | 0.73 | 0.91 | 0.02 | 11.89 | 0.96 | 0.54 |
| Hex | FA | 44 | 17 | 0 | 49 | 5B | 2 | C | 60 | 36 |
| Octal | 372 | 104 | 27 | 0 | 111 | 133 | 2 | 14 | 140 | 66 |
| Binary | 11111010 | 1000100 | 10111 | 0 | 1001001 | 1011011 | 10 | 1100 | 1100000 | 110110 |
Color Harmonies of #FA4417
Complementary color
Monochromatic Colors of #FA4417
Black with #FA4417
Text Example
Text Example
White with #FA4417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4417; }
p { color: rgb(250,68,23); }
H1.HeaderClassName
{
color: #FA4417;
}
.AnyTagClassName
{
color: #FA4417;
}
</style>
background-color css
<style>
a { background-color: #FA4417; }
a { background-color: rgb(250,68,23); }
div.DivClassName
{
background-color: #FA4417;
}
.BgClassName
{
background-color: #FA4417;
}
</style>
border-color css
<style>
span { border-color: #FA4417; }
span { border-color: rgb(250,68,23); }
td.TdClassName
{
border-color: #FA4417;
}
.TagClassName
{
border-color: #FA4417;
}
</style>