Shades of Red Orange #FA412B
Tints of Red Orange #FA412B
RGB
CMYK
RGB Variations
Color information
#FA412B (or 0xFA412B) is known color: Red Orange. HEX triplet: FA, 41 and 2B. RGB value is (250,65,43). Sum of RGB (Red+Green+Blue) = 250+65+43=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA412B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA412B is #05BED4. Grayscale: #767676. Windows color (decimal): -376533 or 2834938. OLE color: 2834938.
HSL color Cylindrical-coordinate representation of color #FA412B: hue angle of 6.38º 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 #FA412B is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 43 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.02 |
| HSL | 6.38º | 0.95% | 0.57% | - |
| HSV(B) | 6.38º | 0.83% | 0.98% | - |
| XYZ | 41.75 | 24.28 | 4.77 | - |
| YUV | 117.81 | 85.79 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 43 | 0 | 0.74 | 0.83 | 0.02 | 6.38 | 0.95 | 0.57 |
| Hex | FA | 41 | 2B | 0 | 4A | 53 | 2 | 6 | 5F | 39 |
| Octal | 372 | 101 | 53 | 0 | 112 | 123 | 2 | 6 | 137 | 71 |
| Binary | 11111010 | 1000001 | 101011 | 0 | 1001010 | 1010011 | 10 | 110 | 1011111 | 111001 |
Color Harmonies of #FA412B
Complementary color
Monochromatic Colors of #FA412B
Black with #FA412B
Text Example
Text Example
White with #FA412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA412B; }
p { color: rgb(250,65,43); }
H1.HeaderClassName
{
color: #FA412B;
}
.AnyTagClassName
{
color: #FA412B;
}
</style>
background-color css
<style>
a { background-color: #FA412B; }
a { background-color: rgb(250,65,43); }
div.DivClassName
{
background-color: #FA412B;
}
.BgClassName
{
background-color: #FA412B;
}
</style>
border-color css
<style>
span { border-color: #FA412B; }
span { border-color: rgb(250,65,43); }
td.TdClassName
{
border-color: #FA412B;
}
.TagClassName
{
border-color: #FA412B;
}
</style>