Shades of Red Orange #FA3F3A
Tints of Red Orange #FA3F3A
RGB
CMYK
RGB Variations
Color information
#FA3F3A (or 0xFA3F3A) is known color: Red Orange. HEX triplet: FA, 3F and 3A. RGB value is (250,63,58). Sum of RGB (Red+Green+Blue) = 250+63+58=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3F3A is #05C0C5. Grayscale: #767676. Windows color (decimal): -377030 or 3817466. OLE color: 3817466.
HSL color Cylindrical-coordinate representation of color #FA3F3A: hue angle of 1.56º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3F3A is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 58 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.02 |
| HSL | 1.56º | 0.95% | 0.6% | - |
| HSV(B) | 1.56º | 0.77% | 0.98% | - |
| XYZ | 41.97 | 24.18 | 6.46 | - |
| YUV | 118.34 | 93.95 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 58 | 0 | 0.75 | 0.77 | 0.02 | 1.56 | 0.95 | 0.6 |
| Hex | FA | 3F | 3A | 0 | 4B | 4D | 2 | 2 | 5F | 3C |
| Octal | 372 | 77 | 72 | 0 | 113 | 115 | 2 | 2 | 137 | 74 |
| Binary | 11111010 | 111111 | 111010 | 0 | 1001011 | 1001101 | 10 | 10 | 1011111 | 111100 |
Color Harmonies of #FA3F3A
Complementary color
Monochromatic Colors of #FA3F3A
Black with #FA3F3A
Text Example
Text Example
White with #FA3F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3F3A; }
p { color: rgb(250,63,58); }
H1.HeaderClassName
{
color: #FA3F3A;
}
.AnyTagClassName
{
color: #FA3F3A;
}
</style>
background-color css
<style>
a { background-color: #FA3F3A; }
a { background-color: rgb(250,63,58); }
div.DivClassName
{
background-color: #FA3F3A;
}
.BgClassName
{
background-color: #FA3F3A;
}
</style>
border-color css
<style>
span { border-color: #FA3F3A; }
span { border-color: rgb(250,63,58); }
td.TdClassName
{
border-color: #FA3F3A;
}
.TagClassName
{
border-color: #FA3F3A;
}
</style>