Shades of Orange Red #FA3C0D
Tints of Orange Red #FA3C0D
RGB
CMYK
RGB Variations
Color information
#FA3C0D (or 0xFA3C0D) is known color: Orange Red. HEX triplet: FA, 3C and 0D. RGB value is (250,60,13). Sum of RGB (Red+Green+Blue) = 250+60+13=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3C0D is #05C3F2. Grayscale: #6F6F6F. Windows color (decimal): -377843 or 867578. OLE color: 867578.
HSL color Cylindrical-coordinate representation of color #FA3C0D: hue angle of 11.9º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA3C0D is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 13 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.02 |
| HSL | 11.9º | 0.96% | 0.52% | - |
| HSV(B) | 11.9º | 0.95% | 0.98% | - |
| XYZ | 41.11 | 23.58 | 2.77 | - |
| YUV | 111.45 | 72.45 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 13 | 0 | 0.76 | 0.95 | 0.02 | 11.9 | 0.96 | 0.52 |
| Hex | FA | 3C | D | 0 | 4C | 5F | 2 | C | 60 | 34 |
| Octal | 372 | 74 | 15 | 0 | 114 | 137 | 2 | 14 | 140 | 64 |
| Binary | 11111010 | 111100 | 1101 | 0 | 1001100 | 1011111 | 10 | 1100 | 1100000 | 110100 |
Color Harmonies of #FA3C0D
Complementary color
Monochromatic Colors of #FA3C0D
Black with #FA3C0D
Text Example
Text Example
White with #FA3C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C0D; }
p { color: rgb(250,60,13); }
H1.HeaderClassName
{
color: #FA3C0D;
}
.AnyTagClassName
{
color: #FA3C0D;
}
</style>
background-color css
<style>
a { background-color: #FA3C0D; }
a { background-color: rgb(250,60,13); }
div.DivClassName
{
background-color: #FA3C0D;
}
.BgClassName
{
background-color: #FA3C0D;
}
</style>
border-color css
<style>
span { border-color: #FA3C0D; }
span { border-color: rgb(250,60,13); }
td.TdClassName
{
border-color: #FA3C0D;
}
.TagClassName
{
border-color: #FA3C0D;
}
</style>