Shades of Red Orange #FA3C2A
Tints of Red Orange #FA3C2A
RGB
CMYK
RGB Variations
Color information
#FA3C2A (or 0xFA3C2A) is known color: Red Orange. HEX triplet: FA, 3C and 2A. RGB value is (250,60,42). Sum of RGB (Red+Green+Blue) = 250+60+42=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C2A is #05C3D5. Grayscale: #737373. Windows color (decimal): -377814 or 2768122. OLE color: 2768122.
HSL color Cylindrical-coordinate representation of color #FA3C2A: hue angle of 5.19º 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 #FA3C2A is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 42 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.02 |
| HSL | 5.19º | 0.95% | 0.57% | - |
| HSV(B) | 5.19º | 0.83% | 0.98% | - |
| XYZ | 41.46 | 23.72 | 4.58 | - |
| YUV | 114.76 | 86.95 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 42 | 0 | 0.76 | 0.83 | 0.02 | 5.19 | 0.95 | 0.57 |
| Hex | FA | 3C | 2A | 0 | 4C | 53 | 2 | 5 | 5F | 39 |
| Octal | 372 | 74 | 52 | 0 | 114 | 123 | 2 | 5 | 137 | 71 |
| Binary | 11111010 | 111100 | 101010 | 0 | 1001100 | 1010011 | 10 | 101 | 1011111 | 111001 |
Color Harmonies of #FA3C2A
Complementary color
Monochromatic Colors of #FA3C2A
Black with #FA3C2A
Text Example
Text Example
White with #FA3C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C2A; }
p { color: rgb(250,60,42); }
H1.HeaderClassName
{
color: #FA3C2A;
}
.AnyTagClassName
{
color: #FA3C2A;
}
</style>
background-color css
<style>
a { background-color: #FA3C2A; }
a { background-color: rgb(250,60,42); }
div.DivClassName
{
background-color: #FA3C2A;
}
.BgClassName
{
background-color: #FA3C2A;
}
</style>
border-color css
<style>
span { border-color: #FA3C2A; }
span { border-color: rgb(250,60,42); }
td.TdClassName
{
border-color: #FA3C2A;
}
.TagClassName
{
border-color: #FA3C2A;
}
</style>