Shades of Red Orange #FA401C
Tints of Red Orange #FA401C
RGB
CMYK
RGB Variations
Color information
#FA401C (or 0xFA401C) is known color: Red Orange. HEX triplet: FA, 40 and 1C. RGB value is (250,64,28). Sum of RGB (Red+Green+Blue) = 250+64+28=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA401C is #05BFE3. Grayscale: #737373. Windows color (decimal): -376804 or 1851642. OLE color: 1851642.
HSL color Cylindrical-coordinate representation of color #FA401C: hue angle of 9.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA401C is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 28 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.02 |
| HSL | 9.73º | 0.96% | 0.55% | - |
| HSV(B) | 9.73º | 0.89% | 0.98% | - |
| XYZ | 41.47 | 24.07 | 3.56 | - |
| YUV | 115.51 | 78.62 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 28 | 0 | 0.74 | 0.89 | 0.02 | 9.73 | 0.96 | 0.55 |
| Hex | FA | 40 | 1C | 0 | 4A | 59 | 2 | A | 60 | 37 |
| Octal | 372 | 100 | 34 | 0 | 112 | 131 | 2 | 12 | 140 | 67 |
| Binary | 11111010 | 1000000 | 11100 | 0 | 1001010 | 1011001 | 10 | 1010 | 1100000 | 110111 |
Color Harmonies of #FA401C
Complementary color
Monochromatic Colors of #FA401C
Black with #FA401C
Text Example
Text Example
White with #FA401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA401C; }
p { color: rgb(250,64,28); }
H1.HeaderClassName
{
color: #FA401C;
}
.AnyTagClassName
{
color: #FA401C;
}
</style>
background-color css
<style>
a { background-color: #FA401C; }
a { background-color: rgb(250,64,28); }
div.DivClassName
{
background-color: #FA401C;
}
.BgClassName
{
background-color: #FA401C;
}
</style>
border-color css
<style>
span { border-color: #FA401C; }
span { border-color: rgb(250,64,28); }
td.TdClassName
{
border-color: #FA401C;
}
.TagClassName
{
border-color: #FA401C;
}
</style>