Shades of Red Orange #FA3C2F
Tints of Red Orange #FA3C2F
RGB
CMYK
RGB Variations
Color information
#FA3C2F (or 0xFA3C2F) is known color: Red Orange. HEX triplet: FA, 3C and 2F. RGB value is (250,60,47). Sum of RGB (Red+Green+Blue) = 250+60+47=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C2F is #05C3D0. Grayscale: #737373. Windows color (decimal): -377809 or 3095802. OLE color: 3095802.
HSL color Cylindrical-coordinate representation of color #FA3C2F: hue angle of 3.84º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA3C2F is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 47 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.02 |
| HSL | 3.84º | 0.95% | 0.58% | - |
| HSV(B) | 3.84º | 0.81% | 0.98% | - |
| XYZ | 41.55 | 23.76 | 5.09 | - |
| YUV | 115.33 | 89.45 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 47 | 0 | 0.76 | 0.81 | 0.02 | 3.84 | 0.95 | 0.58 |
| Hex | FA | 3C | 2F | 0 | 4C | 51 | 2 | 4 | 5F | 3A |
| Octal | 372 | 74 | 57 | 0 | 114 | 121 | 2 | 4 | 137 | 72 |
| Binary | 11111010 | 111100 | 101111 | 0 | 1001100 | 1010001 | 10 | 100 | 1011111 | 111010 |
Color Harmonies of #FA3C2F
Complementary color
Monochromatic Colors of #FA3C2F
Black with #FA3C2F
Text Example
Text Example
White with #FA3C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C2F; }
p { color: rgb(250,60,47); }
H1.HeaderClassName
{
color: #FA3C2F;
}
.AnyTagClassName
{
color: #FA3C2F;
}
</style>
background-color css
<style>
a { background-color: #FA3C2F; }
a { background-color: rgb(250,60,47); }
div.DivClassName
{
background-color: #FA3C2F;
}
.BgClassName
{
background-color: #FA3C2F;
}
</style>
border-color css
<style>
span { border-color: #FA3C2F; }
span { border-color: rgb(250,60,47); }
td.TdClassName
{
border-color: #FA3C2F;
}
.TagClassName
{
border-color: #FA3C2F;
}
</style>