Shades of Orange Red #FA4407
Tints of Orange Red #FA4407
RGB
CMYK
RGB Variations
Color information
#FA4407 (or 0xFA4407) is known color: Orange Red. HEX triplet: FA, 44 and 07. RGB value is (250,68,7). Sum of RGB (Red+Green+Blue) = 250+68+7=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4407 is #05BBF8. Grayscale: #737373. Windows color (decimal): -375801 or 476410. OLE color: 476410.
HSL color Cylindrical-coordinate representation of color #FA4407: hue angle of 15.06º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA4407 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 7 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.02 |
| HSL | 15.06º | 0.96% | 0.5% | - |
| HSV(B) | 15.06º | 0.97% | 0.98% | - |
| XYZ | 41.53 | 24.47 | 2.74 | - |
| YUV | 115.46 | 66.8 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 7 | 0 | 0.73 | 0.97 | 0.02 | 15.06 | 0.96 | 0.5 |
| Hex | FA | 44 | 7 | 0 | 49 | 61 | 2 | F | 60 | 32 |
| Octal | 372 | 104 | 7 | 0 | 111 | 141 | 2 | 17 | 140 | 62 |
| Binary | 11111010 | 1000100 | 111 | 0 | 1001001 | 1100001 | 10 | 1111 | 1100000 | 110010 |
Color Harmonies of #FA4407
Complementary color
Monochromatic Colors of #FA4407
Black with #FA4407
Text Example
Text Example
White with #FA4407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4407; }
p { color: rgb(250,68,7); }
H1.HeaderClassName
{
color: #FA4407;
}
.AnyTagClassName
{
color: #FA4407;
}
</style>
background-color css
<style>
a { background-color: #FA4407; }
a { background-color: rgb(250,68,7); }
div.DivClassName
{
background-color: #FA4407;
}
.BgClassName
{
background-color: #FA4407;
}
</style>
border-color css
<style>
span { border-color: #FA4407; }
span { border-color: rgb(250,68,7); }
td.TdClassName
{
border-color: #FA4407;
}
.TagClassName
{
border-color: #FA4407;
}
</style>