Shades of Orange Red #FA4802
Tints of Orange Red #FA4802
RGB
CMYK
RGB Variations
Color information
#FA4802 (or 0xFA4802) is known color: Orange Red. HEX triplet: FA, 48 and 02. RGB value is (250,72,2). Sum of RGB (Red+Green+Blue) = 250+72+2=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4802 is #05B7FD. Grayscale: #757575. Windows color (decimal): -374782 or 149754. OLE color: 149754.
HSL color Cylindrical-coordinate representation of color #FA4802: hue angle of 16.94º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA4802 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.02 |
| HSL | 16.94º | 0.98% | 0.49% | - |
| HSV(B) | 16.94º | 0.99% | 0.98% | - |
| XYZ | 41.75 | 24.96 | 2.68 | - |
| YUV | 117.24 | 62.97 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 2 | 0 | 0.71 | 0.99 | 0.02 | 16.94 | 0.98 | 0.49 |
| Hex | FA | 48 | 2 | 0 | 47 | 63 | 2 | 11 | 62 | 31 |
| Octal | 372 | 110 | 2 | 0 | 107 | 143 | 2 | 21 | 142 | 61 |
| Binary | 11111010 | 1001000 | 10 | 0 | 1000111 | 1100011 | 10 | 10001 | 1100010 | 110001 |
Color Harmonies of #FA4802
Complementary color
Monochromatic Colors of #FA4802
Black with #FA4802
Text Example
Text Example
White with #FA4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4802; }
p { color: rgb(250,72,2); }
H1.HeaderClassName
{
color: #FA4802;
}
.AnyTagClassName
{
color: #FA4802;
}
</style>
background-color css
<style>
a { background-color: #FA4802; }
a { background-color: rgb(250,72,2); }
div.DivClassName
{
background-color: #FA4802;
}
.BgClassName
{
background-color: #FA4802;
}
</style>
border-color css
<style>
span { border-color: #FA4802; }
span { border-color: rgb(250,72,2); }
td.TdClassName
{
border-color: #FA4802;
}
.TagClassName
{
border-color: #FA4802;
}
</style>