Shades of Red Orange #FA4A33
Tints of Red Orange #FA4A33
RGB
CMYK
RGB Variations
Color information
#FA4A33 (or 0xFA4A33) is known color: Red Orange. HEX triplet: FA, 4A and 33. RGB value is (250,74,51). Sum of RGB (Red+Green+Blue) = 250+74+51=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4A33 is #05B5CC. Grayscale: #7C7C7C. Windows color (decimal): -374221 or 3361530. OLE color: 3361530.
HSL color Cylindrical-coordinate representation of color #FA4A33: hue angle of 6.93º 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 #FA4A33 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 51 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.02 |
| HSL | 6.93º | 0.95% | 0.59% | - |
| HSV(B) | 6.93º | 0.8% | 0.98% | - |
| XYZ | 42.47 | 25.46 | 5.81 | - |
| YUV | 124 | 86.81 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 51 | 0 | 0.70 | 0.80 | 0.02 | 6.93 | 0.95 | 0.59 |
| Hex | FA | 4A | 33 | 0 | 46 | 50 | 2 | 7 | 5F | 3B |
| Octal | 372 | 112 | 63 | 0 | 106 | 120 | 2 | 7 | 137 | 73 |
| Binary | 11111010 | 1001010 | 110011 | 0 | 1000110 | 1010000 | 10 | 111 | 1011111 | 111011 |
Color Harmonies of #FA4A33
Complementary color
Monochromatic Colors of #FA4A33
Black with #FA4A33
Text Example
Text Example
White with #FA4A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4A33; }
p { color: rgb(250,74,51); }
H1.HeaderClassName
{
color: #FA4A33;
}
.AnyTagClassName
{
color: #FA4A33;
}
</style>
background-color css
<style>
a { background-color: #FA4A33; }
a { background-color: rgb(250,74,51); }
div.DivClassName
{
background-color: #FA4A33;
}
.BgClassName
{
background-color: #FA4A33;
}
</style>
border-color css
<style>
span { border-color: #FA4A33; }
span { border-color: rgb(250,74,51); }
td.TdClassName
{
border-color: #FA4A33;
}
.TagClassName
{
border-color: #FA4A33;
}
</style>