Shades of Red Orange #FA472F
Tints of Red Orange #FA472F
RGB
CMYK
RGB Variations
Color information
#FA472F (or 0xFA472F) is known color: Red Orange. HEX triplet: FA, 47 and 2F. RGB value is (250,71,47). Sum of RGB (Red+Green+Blue) = 250+71+47=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA472F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA472F is #05B8D0. Grayscale: #7A7A7A. Windows color (decimal): -374993 or 3098618. OLE color: 3098618.
HSL color Cylindrical-coordinate representation of color #FA472F: hue angle of 7.09º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA472F is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 47 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.02 |
| HSL | 7.09º | 0.95% | 0.58% | - |
| HSV(B) | 7.09º | 0.81% | 0.98% | - |
| XYZ | 42.19 | 25.04 | 5.3 | - |
| YUV | 121.79 | 85.8 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 47 | 0 | 0.72 | 0.81 | 0.02 | 7.09 | 0.95 | 0.58 |
| Hex | FA | 47 | 2F | 0 | 48 | 51 | 2 | 7 | 5F | 3A |
| Octal | 372 | 107 | 57 | 0 | 110 | 121 | 2 | 7 | 137 | 72 |
| Binary | 11111010 | 1000111 | 101111 | 0 | 1001000 | 1010001 | 10 | 111 | 1011111 | 111010 |
Color Harmonies of #FA472F
Complementary color
Monochromatic Colors of #FA472F
Black with #FA472F
Text Example
Text Example
White with #FA472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA472F; }
p { color: rgb(250,71,47); }
H1.HeaderClassName
{
color: #FA472F;
}
.AnyTagClassName
{
color: #FA472F;
}
</style>
background-color css
<style>
a { background-color: #FA472F; }
a { background-color: rgb(250,71,47); }
div.DivClassName
{
background-color: #FA472F;
}
.BgClassName
{
background-color: #FA472F;
}
</style>
border-color css
<style>
span { border-color: #FA472F; }
span { border-color: rgb(250,71,47); }
td.TdClassName
{
border-color: #FA472F;
}
.TagClassName
{
border-color: #FA472F;
}
</style>