Shades of Red Orange #FA412A
Tints of Red Orange #FA412A
RGB
CMYK
RGB Variations
Color information
#FA412A (or 0xFA412A) is known color: Red Orange. HEX triplet: FA, 41 and 2A. RGB value is (250,65,42). Sum of RGB (Red+Green+Blue) = 250+65+42=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA412A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA412A is #05BED5. Grayscale: #757575. Windows color (decimal): -376534 or 2769402. OLE color: 2769402.
HSL color Cylindrical-coordinate representation of color #FA412A: hue angle of 6.63º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA412A is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 42 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.02 |
| HSL | 6.63º | 0.95% | 0.57% | - |
| HSV(B) | 6.63º | 0.83% | 0.98% | - |
| XYZ | 41.73 | 24.27 | 4.68 | - |
| YUV | 117.69 | 85.29 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 42 | 0 | 0.74 | 0.83 | 0.02 | 6.63 | 0.95 | 0.57 |
| Hex | FA | 41 | 2A | 0 | 4A | 53 | 2 | 7 | 5F | 39 |
| Octal | 372 | 101 | 52 | 0 | 112 | 123 | 2 | 7 | 137 | 71 |
| Binary | 11111010 | 1000001 | 101010 | 0 | 1001010 | 1010011 | 10 | 111 | 1011111 | 111001 |
Color Harmonies of #FA412A
Complementary color
Monochromatic Colors of #FA412A
Black with #FA412A
Text Example
Text Example
White with #FA412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA412A; }
p { color: rgb(250,65,42); }
H1.HeaderClassName
{
color: #FA412A;
}
.AnyTagClassName
{
color: #FA412A;
}
</style>
background-color css
<style>
a { background-color: #FA412A; }
a { background-color: rgb(250,65,42); }
div.DivClassName
{
background-color: #FA412A;
}
.BgClassName
{
background-color: #FA412A;
}
</style>
border-color css
<style>
span { border-color: #FA412A; }
span { border-color: rgb(250,65,42); }
td.TdClassName
{
border-color: #FA412A;
}
.TagClassName
{
border-color: #FA412A;
}
</style>