Shades of Orange Red #FA3F16
Tints of Orange Red #FA3F16
RGB
CMYK
RGB Variations
Color information
#FA3F16 (or 0xFA3F16) is known color: Orange Red. HEX triplet: FA, 3F and 16. RGB value is (250,63,22). Sum of RGB (Red+Green+Blue) = 250+63+22=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3F16 is #05C0E9. Grayscale: #727272. Windows color (decimal): -377066 or 1458170. OLE color: 1458170.
HSL color Cylindrical-coordinate representation of color #FA3F16: hue angle of 10.79º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA3F16 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 22 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.02 |
| HSL | 10.79º | 0.96% | 0.53% | - |
| HSV(B) | 10.79º | 0.91% | 0.98% | - |
| XYZ | 41.35 | 23.94 | 3.2 | - |
| YUV | 114.24 | 75.95 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 22 | 0 | 0.75 | 0.91 | 0.02 | 10.79 | 0.96 | 0.53 |
| Hex | FA | 3F | 16 | 0 | 4B | 5B | 2 | B | 60 | 35 |
| Octal | 372 | 77 | 26 | 0 | 113 | 133 | 2 | 13 | 140 | 65 |
| Binary | 11111010 | 111111 | 10110 | 0 | 1001011 | 1011011 | 10 | 1011 | 1100000 | 110101 |
Color Harmonies of #FA3F16
Complementary color
Monochromatic Colors of #FA3F16
Black with #FA3F16
Text Example
Text Example
White with #FA3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3F16; }
p { color: rgb(250,63,22); }
H1.HeaderClassName
{
color: #FA3F16;
}
.AnyTagClassName
{
color: #FA3F16;
}
</style>
background-color css
<style>
a { background-color: #FA3F16; }
a { background-color: rgb(250,63,22); }
div.DivClassName
{
background-color: #FA3F16;
}
.BgClassName
{
background-color: #FA3F16;
}
</style>
border-color css
<style>
span { border-color: #FA3F16; }
span { border-color: rgb(250,63,22); }
td.TdClassName
{
border-color: #FA3F16;
}
.TagClassName
{
border-color: #FA3F16;
}
</style>