Shades of Red Orange #FA472C
Tints of Red Orange #FA472C
RGB
CMYK
RGB Variations
Color information
#FA472C (or 0xFA472C) is known color: Red Orange. HEX triplet: FA, 47 and 2C. RGB value is (250,71,44). Sum of RGB (Red+Green+Blue) = 250+71+44=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA472C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA472C is #05B8D3. Grayscale: #797979. Windows color (decimal): -374996 or 2902010. OLE color: 2902010.
HSL color Cylindrical-coordinate representation of color #FA472C: hue angle of 7.86º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA472C is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 44 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.02 |
| HSL | 7.86º | 0.95% | 0.58% | - |
| HSV(B) | 7.86º | 0.82% | 0.98% | - |
| XYZ | 42.13 | 25.01 | 4.99 | - |
| YUV | 121.44 | 84.3 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 44 | 0 | 0.72 | 0.82 | 0.02 | 7.86 | 0.95 | 0.58 |
| Hex | FA | 47 | 2C | 0 | 48 | 52 | 2 | 8 | 5F | 3A |
| Octal | 372 | 107 | 54 | 0 | 110 | 122 | 2 | 10 | 137 | 72 |
| Binary | 11111010 | 1000111 | 101100 | 0 | 1001000 | 1010010 | 10 | 1000 | 1011111 | 111010 |
Color Harmonies of #FA472C
Complementary color
Monochromatic Colors of #FA472C
Black with #FA472C
Text Example
Text Example
White with #FA472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA472C; }
p { color: rgb(250,71,44); }
H1.HeaderClassName
{
color: #FA472C;
}
.AnyTagClassName
{
color: #FA472C;
}
</style>
background-color css
<style>
a { background-color: #FA472C; }
a { background-color: rgb(250,71,44); }
div.DivClassName
{
background-color: #FA472C;
}
.BgClassName
{
background-color: #FA472C;
}
</style>
border-color css
<style>
span { border-color: #FA472C; }
span { border-color: rgb(250,71,44); }
td.TdClassName
{
border-color: #FA472C;
}
.TagClassName
{
border-color: #FA472C;
}
</style>