Shades of Orange Red #FA3A17
Tints of Orange Red #FA3A17
RGB
CMYK
RGB Variations
Color information
#FA3A17 (or 0xFA3A17) is known color: Orange Red. HEX triplet: FA, 3A and 17. RGB value is (250,58,23). Sum of RGB (Red+Green+Blue) = 250+58+23=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3A17 is #05C5E8. Grayscale: #6F6F6F. Windows color (decimal): -378345 or 1522426. OLE color: 1522426.
HSL color Cylindrical-coordinate representation of color #FA3A17: hue angle of 9.25º 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 #FA3A17 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 23 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.02 |
| HSL | 9.25º | 0.96% | 0.54% | - |
| HSV(B) | 9.25º | 0.91% | 0.98% | - |
| XYZ | 41.09 | 23.41 | 3.16 | - |
| YUV | 111.42 | 78.11 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 23 | 0 | 0.77 | 0.91 | 0.02 | 9.25 | 0.96 | 0.54 |
| Hex | FA | 3A | 17 | 0 | 4D | 5B | 2 | 9 | 60 | 36 |
| Octal | 372 | 72 | 27 | 0 | 115 | 133 | 2 | 11 | 140 | 66 |
| Binary | 11111010 | 111010 | 10111 | 0 | 1001101 | 1011011 | 10 | 1001 | 1100000 | 110110 |
Color Harmonies of #FA3A17
Complementary color
Monochromatic Colors of #FA3A17
Black with #FA3A17
Text Example
Text Example
White with #FA3A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A17; }
p { color: rgb(250,58,23); }
H1.HeaderClassName
{
color: #FA3A17;
}
.AnyTagClassName
{
color: #FA3A17;
}
</style>
background-color css
<style>
a { background-color: #FA3A17; }
a { background-color: rgb(250,58,23); }
div.DivClassName
{
background-color: #FA3A17;
}
.BgClassName
{
background-color: #FA3A17;
}
</style>
border-color css
<style>
span { border-color: #FA3A17; }
span { border-color: rgb(250,58,23); }
td.TdClassName
{
border-color: #FA3A17;
}
.TagClassName
{
border-color: #FA3A17;
}
</style>