Shades of Red Orange #FA4033
Tints of Red Orange #FA4033
RGB
CMYK
RGB Variations
Color information
#FA4033 (or 0xFA4033) is known color: Red Orange. HEX triplet: FA, 40 and 33. RGB value is (250,64,51). Sum of RGB (Red+Green+Blue) = 250+64+51=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4033 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4033 is #05BFCC. Grayscale: #767676. Windows color (decimal): -376781 or 3358970. OLE color: 3358970.
HSL color Cylindrical-coordinate representation of color #FA4033: hue angle of 3.92º 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 #FA4033 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 51 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.02 |
| HSL | 3.92º | 0.95% | 0.59% | - |
| HSV(B) | 3.92º | 0.8% | 0.98% | - |
| XYZ | 41.86 | 24.23 | 5.6 | - |
| YUV | 118.13 | 90.12 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 51 | 0 | 0.74 | 0.80 | 0.02 | 3.92 | 0.95 | 0.59 |
| Hex | FA | 40 | 33 | 0 | 4A | 50 | 2 | 4 | 5F | 3B |
| Octal | 372 | 100 | 63 | 0 | 112 | 120 | 2 | 4 | 137 | 73 |
| Binary | 11111010 | 1000000 | 110011 | 0 | 1001010 | 1010000 | 10 | 100 | 1011111 | 111011 |
Color Harmonies of #FA4033
Complementary color
Monochromatic Colors of #FA4033
Black with #FA4033
Text Example
Text Example
White with #FA4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4033; }
p { color: rgb(250,64,51); }
H1.HeaderClassName
{
color: #FA4033;
}
.AnyTagClassName
{
color: #FA4033;
}
</style>
background-color css
<style>
a { background-color: #FA4033; }
a { background-color: rgb(250,64,51); }
div.DivClassName
{
background-color: #FA4033;
}
.BgClassName
{
background-color: #FA4033;
}
</style>
border-color css
<style>
span { border-color: #FA4033; }
span { border-color: rgb(250,64,51); }
td.TdClassName
{
border-color: #FA4033;
}
.TagClassName
{
border-color: #FA4033;
}
</style>