Shades of Orange Red #FA3E0D
Tints of Orange Red #FA3E0D
RGB
CMYK
RGB Variations
Color information
#FA3E0D (or 0xFA3E0D) is known color: Orange Red. HEX triplet: FA, 3E and 0D. RGB value is (250,62,13). Sum of RGB (Red+Green+Blue) = 250+62+13=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3E0D is #05C1F2. Grayscale: #717171. Windows color (decimal): -377331 or 868090. OLE color: 868090.
HSL color Cylindrical-coordinate representation of color #FA3E0D: hue angle of 12.41º 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 #FA3E0D is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 13 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.02 |
| HSL | 12.41º | 0.96% | 0.52% | - |
| HSV(B) | 12.41º | 0.95% | 0.98% | - |
| XYZ | 41.22 | 23.8 | 2.8 | - |
| YUV | 112.63 | 71.78 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 13 | 0 | 0.75 | 0.95 | 0.02 | 12.41 | 0.96 | 0.52 |
| Hex | FA | 3E | D | 0 | 4B | 5F | 2 | C | 60 | 34 |
| Octal | 372 | 76 | 15 | 0 | 113 | 137 | 2 | 14 | 140 | 64 |
| Binary | 11111010 | 111110 | 1101 | 0 | 1001011 | 1011111 | 10 | 1100 | 1100000 | 110100 |
Color Harmonies of #FA3E0D
Complementary color
Monochromatic Colors of #FA3E0D
Black with #FA3E0D
Text Example
Text Example
White with #FA3E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E0D; }
p { color: rgb(250,62,13); }
H1.HeaderClassName
{
color: #FA3E0D;
}
.AnyTagClassName
{
color: #FA3E0D;
}
</style>
background-color css
<style>
a { background-color: #FA3E0D; }
a { background-color: rgb(250,62,13); }
div.DivClassName
{
background-color: #FA3E0D;
}
.BgClassName
{
background-color: #FA3E0D;
}
</style>
border-color css
<style>
span { border-color: #FA3E0D; }
span { border-color: rgb(250,62,13); }
td.TdClassName
{
border-color: #FA3E0D;
}
.TagClassName
{
border-color: #FA3E0D;
}
</style>