Shades of Orange Red #FA400D
Tints of Orange Red #FA400D
RGB
CMYK
RGB Variations
Color information
#FA400D (or 0xFA400D) is known color: Orange Red. HEX triplet: FA, 40 and 0D. RGB value is (250,64,13). Sum of RGB (Red+Green+Blue) = 250+64+13=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA400D is #05BFF2. Grayscale: #727272. Windows color (decimal): -376819 or 868602. OLE color: 868602.
HSL color Cylindrical-coordinate representation of color #FA400D: hue angle of 12.91º 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 #FA400D is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 13 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.02 |
| HSL | 12.91º | 0.96% | 0.52% | - |
| HSV(B) | 12.91º | 0.95% | 0.98% | - |
| XYZ | 41.33 | 24.02 | 2.84 | - |
| YUV | 113.8 | 71.12 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 13 | 0 | 0.74 | 0.95 | 0.02 | 12.91 | 0.96 | 0.52 |
| Hex | FA | 40 | D | 0 | 4A | 5F | 2 | D | 60 | 34 |
| Octal | 372 | 100 | 15 | 0 | 112 | 137 | 2 | 15 | 140 | 64 |
| Binary | 11111010 | 1000000 | 1101 | 0 | 1001010 | 1011111 | 10 | 1101 | 1100000 | 110100 |
Color Harmonies of #FA400D
Complementary color
Monochromatic Colors of #FA400D
Black with #FA400D
Text Example
Text Example
White with #FA400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA400D; }
p { color: rgb(250,64,13); }
H1.HeaderClassName
{
color: #FA400D;
}
.AnyTagClassName
{
color: #FA400D;
}
</style>
background-color css
<style>
a { background-color: #FA400D; }
a { background-color: rgb(250,64,13); }
div.DivClassName
{
background-color: #FA400D;
}
.BgClassName
{
background-color: #FA400D;
}
</style>
border-color css
<style>
span { border-color: #FA400D; }
span { border-color: rgb(250,64,13); }
td.TdClassName
{
border-color: #FA400D;
}
.TagClassName
{
border-color: #FA400D;
}
</style>