Shades of Orange Red #FA4302
Tints of Orange Red #FA4302
RGB
CMYK
RGB Variations
Color information
#FA4302 (or 0xFA4302) is known color: Orange Red. HEX triplet: FA, 43 and 02. RGB value is (250,67,2). Sum of RGB (Red+Green+Blue) = 250+67+2=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4302 is #05BCFD. Grayscale: #727272. Windows color (decimal): -376062 or 148474. OLE color: 148474.
HSL color Cylindrical-coordinate representation of color #FA4302: hue angle of 15.73º 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 #FA4302 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.02 |
| HSL | 15.73º | 0.98% | 0.49% | - |
| HSV(B) | 15.73º | 0.99% | 0.98% | - |
| XYZ | 41.44 | 24.34 | 2.57 | - |
| YUV | 114.31 | 64.63 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 2 | 0 | 0.73 | 0.99 | 0.02 | 15.73 | 0.98 | 0.49 |
| Hex | FA | 43 | 2 | 0 | 49 | 63 | 2 | 10 | 62 | 31 |
| Octal | 372 | 103 | 2 | 0 | 111 | 143 | 2 | 20 | 142 | 61 |
| Binary | 11111010 | 1000011 | 10 | 0 | 1001001 | 1100011 | 10 | 10000 | 1100010 | 110001 |
Color Harmonies of #FA4302
Complementary color
Monochromatic Colors of #FA4302
Black with #FA4302
Text Example
Text Example
White with #FA4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4302; }
p { color: rgb(250,67,2); }
H1.HeaderClassName
{
color: #FA4302;
}
.AnyTagClassName
{
color: #FA4302;
}
</style>
background-color css
<style>
a { background-color: #FA4302; }
a { background-color: rgb(250,67,2); }
div.DivClassName
{
background-color: #FA4302;
}
.BgClassName
{
background-color: #FA4302;
}
</style>
border-color css
<style>
span { border-color: #FA4302; }
span { border-color: rgb(250,67,2); }
td.TdClassName
{
border-color: #FA4302;
}
.TagClassName
{
border-color: #FA4302;
}
</style>