Shades of Red Orange #FA3B32
Tints of Red Orange #FA3B32
RGB
CMYK
RGB Variations
Color information
#FA3B32 (or 0xFA3B32) is known color: Red Orange. HEX triplet: FA, 3B and 32. RGB value is (250,59,50). Sum of RGB (Red+Green+Blue) = 250+59+50=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3B32 is #05C4CD. Grayscale: #737373. Windows color (decimal): -378062 or 3292154. OLE color: 3292154.
HSL color Cylindrical-coordinate representation of color #FA3B32: hue angle of 2.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3B32 is Cyan = 0, Magento = 0.76, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 59 | 50 | - |
| CMYK | 0 | 0.76 | 0.8 | 0.02 |
| HSL | 2.7º | 0.95% | 0.59% | - |
| HSV(B) | 2.7º | 0.8% | 0.98% | - |
| XYZ | 41.56 | 23.68 | 5.4 | - |
| YUV | 115.08 | 91.28 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 59 | 50 | 0 | 0.76 | 0.8 | 0.02 | 2.7 | 0.95 | 0.59 |
| Hex | FA | 3B | 32 | 0 | 4C | 50 | 2 | 3 | 5F | 3B |
| Octal | 372 | 73 | 62 | 0 | 114 | 120 | 2 | 3 | 137 | 73 |
| Binary | 11111010 | 111011 | 110010 | 0 | 1001100 | 1010000 | 10 | 11 | 1011111 | 111011 |
Color Harmonies of #FA3B32
Complementary color
Monochromatic Colors of #FA3B32
Black with #FA3B32
Text Example
Text Example
White with #FA3B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3B32; }
p { color: rgb(250,59,50); }
H1.HeaderClassName
{
color: #FA3B32;
}
.AnyTagClassName
{
color: #FA3B32;
}
</style>
background-color css
<style>
a { background-color: #FA3B32; }
a { background-color: rgb(250,59,50); }
div.DivClassName
{
background-color: #FA3B32;
}
.BgClassName
{
background-color: #FA3B32;
}
</style>
border-color css
<style>
span { border-color: #FA3B32; }
span { border-color: rgb(250,59,50); }
td.TdClassName
{
border-color: #FA3B32;
}
.TagClassName
{
border-color: #FA3B32;
}
</style>