Shades of Red Orange #FA3330
Tints of Red Orange #FA3330
RGB
CMYK
RGB Variations
Color information
#FA3330 (or 0xFA3330) is known color: Red Orange. HEX triplet: FA, 33 and 30. RGB value is (250,51,48). Sum of RGB (Red+Green+Blue) = 250+51+48=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3330 is #05CCCF. Grayscale: #6E6E6E. Windows color (decimal): -380112 or 3159034. OLE color: 3159034.
HSL color Cylindrical-coordinate representation of color #FA3330: hue angle of 0.89º 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 #FA3330 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 48 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.02 |
| HSL | 0.89º | 0.95% | 0.58% | - |
| HSV(B) | 0.89º | 0.81% | 0.98% | - |
| XYZ | 41.14 | 22.91 | 5.05 | - |
| YUV | 110.16 | 92.93 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 48 | 0 | 0.80 | 0.81 | 0.02 | 0.89 | 0.95 | 0.58 |
| Hex | FA | 33 | 30 | 0 | 50 | 51 | 2 | 1 | 5F | 3A |
| Octal | 372 | 63 | 60 | 0 | 120 | 121 | 2 | 1 | 137 | 72 |
| Binary | 11111010 | 110011 | 110000 | 0 | 1010000 | 1010001 | 10 | 1 | 1011111 | 111010 |
Color Harmonies of #FA3330
Complementary color
Monochromatic Colors of #FA3330
Black with #FA3330
Text Example
Text Example
White with #FA3330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3330; }
p { color: rgb(250,51,48); }
H1.HeaderClassName
{
color: #FA3330;
}
.AnyTagClassName
{
color: #FA3330;
}
</style>
background-color css
<style>
a { background-color: #FA3330; }
a { background-color: rgb(250,51,48); }
div.DivClassName
{
background-color: #FA3330;
}
.BgClassName
{
background-color: #FA3330;
}
</style>
border-color css
<style>
span { border-color: #FA3330; }
span { border-color: rgb(250,51,48); }
td.TdClassName
{
border-color: #FA3330;
}
.TagClassName
{
border-color: #FA3330;
}
</style>