Shades of Red Orange #FA4429
Tints of Red Orange #FA4429
RGB
CMYK
RGB Variations
Color information
#FA4429 (or 0xFA4429) is known color: Red Orange. HEX triplet: FA, 44 and 29. RGB value is (250,68,41). Sum of RGB (Red+Green+Blue) = 250+68+41=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4429 is #05BBD6. Grayscale: #777777. Windows color (decimal): -375767 or 2704634. OLE color: 2704634.
HSL color Cylindrical-coordinate representation of color #FA4429: hue angle of 7.75º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA4429 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 41 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.02 |
| HSL | 7.75º | 0.95% | 0.57% | - |
| HSV(B) | 7.75º | 0.84% | 0.98% | - |
| XYZ | 41.89 | 24.62 | 4.64 | - |
| YUV | 119.34 | 83.8 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 41 | 0 | 0.73 | 0.84 | 0.02 | 7.75 | 0.95 | 0.57 |
| Hex | FA | 44 | 29 | 0 | 49 | 54 | 2 | 8 | 5F | 39 |
| Octal | 372 | 104 | 51 | 0 | 111 | 124 | 2 | 10 | 137 | 71 |
| Binary | 11111010 | 1000100 | 101001 | 0 | 1001001 | 1010100 | 10 | 1000 | 1011111 | 111001 |
Color Harmonies of #FA4429
Complementary color
Monochromatic Colors of #FA4429
Black with #FA4429
Text Example
Text Example
White with #FA4429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4429; }
p { color: rgb(250,68,41); }
H1.HeaderClassName
{
color: #FA4429;
}
.AnyTagClassName
{
color: #FA4429;
}
</style>
background-color css
<style>
a { background-color: #FA4429; }
a { background-color: rgb(250,68,41); }
div.DivClassName
{
background-color: #FA4429;
}
.BgClassName
{
background-color: #FA4429;
}
</style>
border-color css
<style>
span { border-color: #FA4429; }
span { border-color: rgb(250,68,41); }
td.TdClassName
{
border-color: #FA4429;
}
.TagClassName
{
border-color: #FA4429;
}
</style>