Shades of Red Orange #FA3629
Tints of Red Orange #FA3629
RGB
CMYK
RGB Variations
Color information
#FA3629 (or 0xFA3629) is known color: Red Orange. HEX triplet: FA, 36 and 29. RGB value is (250,54,41). Sum of RGB (Red+Green+Blue) = 250+54+41=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3629 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3629 is #05C9D6. Grayscale: #6F6F6F. Windows color (decimal): -379351 or 2701050. OLE color: 2701050.
HSL color Cylindrical-coordinate representation of color #FA3629: hue angle of 3.73º 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 #FA3629 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 41 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.02 |
| HSL | 3.73º | 0.95% | 0.57% | - |
| HSV(B) | 3.73º | 0.84% | 0.98% | - |
| XYZ | 41.14 | 23.12 | 4.39 | - |
| YUV | 111.12 | 88.43 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 41 | 0 | 0.78 | 0.84 | 0.02 | 3.73 | 0.95 | 0.57 |
| Hex | FA | 36 | 29 | 0 | 4E | 54 | 2 | 4 | 5F | 39 |
| Octal | 372 | 66 | 51 | 0 | 116 | 124 | 2 | 4 | 137 | 71 |
| Binary | 11111010 | 110110 | 101001 | 0 | 1001110 | 1010100 | 10 | 100 | 1011111 | 111001 |
Color Harmonies of #FA3629
Complementary color
Monochromatic Colors of #FA3629
Black with #FA3629
Text Example
Text Example
White with #FA3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3629; }
p { color: rgb(250,54,41); }
H1.HeaderClassName
{
color: #FA3629;
}
.AnyTagClassName
{
color: #FA3629;
}
</style>
background-color css
<style>
a { background-color: #FA3629; }
a { background-color: rgb(250,54,41); }
div.DivClassName
{
background-color: #FA3629;
}
.BgClassName
{
background-color: #FA3629;
}
</style>
border-color css
<style>
span { border-color: #FA3629; }
span { border-color: rgb(250,54,41); }
td.TdClassName
{
border-color: #FA3629;
}
.TagClassName
{
border-color: #FA3629;
}
</style>