Shades of Red Orange #FA4F2D
Tints of Red Orange #FA4F2D
RGB
CMYK
RGB Variations
Color information
#FA4F2D (or 0xFA4F2D) is known color: Red Orange. HEX triplet: FA, 4F and 2D. RGB value is (250,79,45). Sum of RGB (Red+Green+Blue) = 250+79+45=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4F2D is #05B0D2. Grayscale: #7E7E7E. Windows color (decimal): -372947 or 2969594. OLE color: 2969594.
HSL color Cylindrical-coordinate representation of color #FA4F2D: hue angle of 9.95º 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 #FA4F2D is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 45 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.02 |
| HSL | 9.95º | 0.95% | 0.58% | - |
| HSV(B) | 9.95º | 0.82% | 0.98% | - |
| XYZ | 42.69 | 26.11 | 5.27 | - |
| YUV | 126.25 | 82.15 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 45 | 0 | 0.68 | 0.82 | 0.02 | 9.95 | 0.95 | 0.58 |
| Hex | FA | 4F | 2D | 0 | 44 | 52 | 2 | A | 5F | 3A |
| Octal | 372 | 117 | 55 | 0 | 104 | 122 | 2 | 12 | 137 | 72 |
| Binary | 11111010 | 1001111 | 101101 | 0 | 1000100 | 1010010 | 10 | 1010 | 1011111 | 111010 |
Color Harmonies of #FA4F2D
Complementary color
Monochromatic Colors of #FA4F2D
Black with #FA4F2D
Text Example
Text Example
White with #FA4F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4F2D; }
p { color: rgb(250,79,45); }
H1.HeaderClassName
{
color: #FA4F2D;
}
.AnyTagClassName
{
color: #FA4F2D;
}
</style>
background-color css
<style>
a { background-color: #FA4F2D; }
a { background-color: rgb(250,79,45); }
div.DivClassName
{
background-color: #FA4F2D;
}
.BgClassName
{
background-color: #FA4F2D;
}
</style>
border-color css
<style>
span { border-color: #FA4F2D; }
span { border-color: rgb(250,79,45); }
td.TdClassName
{
border-color: #FA4F2D;
}
.TagClassName
{
border-color: #FA4F2D;
}
</style>