Shades of Orange Red #FA3902
Tints of Orange Red #FA3902
RGB
CMYK
RGB Variations
Color information
#FA3902 (or 0xFA3902) is known color: Orange Red. HEX triplet: FA, 39 and 02. RGB value is (250,57,2). Sum of RGB (Red+Green+Blue) = 250+57+2=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3902 is #05C6FD. Grayscale: #6C6C6C. Windows color (decimal): -378622 or 145914. OLE color: 145914.
HSL color Cylindrical-coordinate representation of color #FA3902: hue angle of 13.31º 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 #FA3902 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.02 |
| HSL | 13.31º | 0.98% | 0.49% | - |
| HSV(B) | 13.31º | 0.99% | 0.98% | - |
| XYZ | 40.9 | 23.25 | 2.39 | - |
| YUV | 108.44 | 67.94 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 2 | 0 | 0.77 | 0.99 | 0.02 | 13.31 | 0.98 | 0.49 |
| Hex | FA | 39 | 2 | 0 | 4D | 63 | 2 | D | 62 | 31 |
| Octal | 372 | 71 | 2 | 0 | 115 | 143 | 2 | 15 | 142 | 61 |
| Binary | 11111010 | 111001 | 10 | 0 | 1001101 | 1100011 | 10 | 1101 | 1100010 | 110001 |
Color Harmonies of #FA3902
Complementary color
Monochromatic Colors of #FA3902
Black with #FA3902
Text Example
Text Example
White with #FA3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3902; }
p { color: rgb(250,57,2); }
H1.HeaderClassName
{
color: #FA3902;
}
.AnyTagClassName
{
color: #FA3902;
}
</style>
background-color css
<style>
a { background-color: #FA3902; }
a { background-color: rgb(250,57,2); }
div.DivClassName
{
background-color: #FA3902;
}
.BgClassName
{
background-color: #FA3902;
}
</style>
border-color css
<style>
span { border-color: #FA3902; }
span { border-color: rgb(250,57,2); }
td.TdClassName
{
border-color: #FA3902;
}
.TagClassName
{
border-color: #FA3902;
}
</style>