Shades of Orange Red #FA3F13
Tints of Orange Red #FA3F13
RGB
CMYK
RGB Variations
Color information
#FA3F13 (or 0xFA3F13) is known color: Orange Red. HEX triplet: FA, 3F and 13. RGB value is (250,63,19). Sum of RGB (Red+Green+Blue) = 250+63+19=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3F13 is #05C0EC. Grayscale: #727272. Windows color (decimal): -377069 or 1261562. OLE color: 1261562.
HSL color Cylindrical-coordinate representation of color #FA3F13: hue angle of 11.43º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA3F13 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 19 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.02 |
| HSL | 11.43º | 0.96% | 0.53% | - |
| HSV(B) | 11.43º | 0.92% | 0.98% | - |
| XYZ | 41.32 | 23.93 | 3.06 | - |
| YUV | 113.9 | 74.45 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 19 | 0 | 0.75 | 0.92 | 0.02 | 11.43 | 0.96 | 0.53 |
| Hex | FA | 3F | 13 | 0 | 4B | 5C | 2 | B | 60 | 35 |
| Octal | 372 | 77 | 23 | 0 | 113 | 134 | 2 | 13 | 140 | 65 |
| Binary | 11111010 | 111111 | 10011 | 0 | 1001011 | 1011100 | 10 | 1011 | 1100000 | 110101 |
Color Harmonies of #FA3F13
Complementary color
Monochromatic Colors of #FA3F13
Black with #FA3F13
Text Example
Text Example
White with #FA3F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3F13; }
p { color: rgb(250,63,19); }
H1.HeaderClassName
{
color: #FA3F13;
}
.AnyTagClassName
{
color: #FA3F13;
}
</style>
background-color css
<style>
a { background-color: #FA3F13; }
a { background-color: rgb(250,63,19); }
div.DivClassName
{
background-color: #FA3F13;
}
.BgClassName
{
background-color: #FA3F13;
}
</style>
border-color css
<style>
span { border-color: #FA3F13; }
span { border-color: rgb(250,63,19); }
td.TdClassName
{
border-color: #FA3F13;
}
.TagClassName
{
border-color: #FA3F13;
}
</style>