Shades of Orange Red #FA4517
Tints of Orange Red #FA4517
RGB
CMYK
RGB Variations
Color information
#FA4517 (or 0xFA4517) is known color: Orange Red. HEX triplet: FA, 45 and 17. RGB value is (250,69,23). Sum of RGB (Red+Green+Blue) = 250+69+23=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4517 is #05BAE8. Grayscale: #767676. Windows color (decimal): -375529 or 1525242. OLE color: 1525242.
HSL color Cylindrical-coordinate representation of color #FA4517: hue angle of 12.16º 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 #FA4517 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 23 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.02 |
| HSL | 12.16º | 0.96% | 0.54% | - |
| HSV(B) | 12.16º | 0.91% | 0.98% | - |
| XYZ | 41.71 | 24.64 | 3.37 | - |
| YUV | 117.88 | 74.47 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 23 | 0 | 0.72 | 0.91 | 0.02 | 12.16 | 0.96 | 0.54 |
| Hex | FA | 45 | 17 | 0 | 48 | 5B | 2 | C | 60 | 36 |
| Octal | 372 | 105 | 27 | 0 | 110 | 133 | 2 | 14 | 140 | 66 |
| Binary | 11111010 | 1000101 | 10111 | 0 | 1001000 | 1011011 | 10 | 1100 | 1100000 | 110110 |
Color Harmonies of #FA4517
Complementary color
Monochromatic Colors of #FA4517
Black with #FA4517
Text Example
Text Example
White with #FA4517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4517; }
p { color: rgb(250,69,23); }
H1.HeaderClassName
{
color: #FA4517;
}
.AnyTagClassName
{
color: #FA4517;
}
</style>
background-color css
<style>
a { background-color: #FA4517; }
a { background-color: rgb(250,69,23); }
div.DivClassName
{
background-color: #FA4517;
}
.BgClassName
{
background-color: #FA4517;
}
</style>
border-color css
<style>
span { border-color: #FA4517; }
span { border-color: rgb(250,69,23); }
td.TdClassName
{
border-color: #FA4517;
}
.TagClassName
{
border-color: #FA4517;
}
</style>