Shades of Orange Red #FA3E02
Tints of Orange Red #FA3E02
RGB
CMYK
RGB Variations
Color information
#FA3E02 (or 0xFA3E02) is known color: Orange Red. HEX triplet: FA, 3E and 02. RGB value is (250,62,2). Sum of RGB (Red+Green+Blue) = 250+62+2=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3E02 is #05C1FD. Grayscale: #6F6F6F. Windows color (decimal): -377342 or 147194. OLE color: 147194.
HSL color Cylindrical-coordinate representation of color #FA3E02: hue angle of 14.52º 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 #FA3E02 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.02 |
| HSL | 14.52º | 0.98% | 0.49% | - |
| HSV(B) | 14.52º | 0.99% | 0.98% | - |
| XYZ | 41.16 | 23.77 | 2.48 | - |
| YUV | 111.37 | 66.28 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 2 | 0 | 0.75 | 0.99 | 0.02 | 14.52 | 0.98 | 0.49 |
| Hex | FA | 3E | 2 | 0 | 4B | 63 | 2 | F | 62 | 31 |
| Octal | 372 | 76 | 2 | 0 | 113 | 143 | 2 | 17 | 142 | 61 |
| Binary | 11111010 | 111110 | 10 | 0 | 1001011 | 1100011 | 10 | 1111 | 1100010 | 110001 |
Color Harmonies of #FA3E02
Complementary color
Monochromatic Colors of #FA3E02
Black with #FA3E02
Text Example
Text Example
White with #FA3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E02; }
p { color: rgb(250,62,2); }
H1.HeaderClassName
{
color: #FA3E02;
}
.AnyTagClassName
{
color: #FA3E02;
}
</style>
background-color css
<style>
a { background-color: #FA3E02; }
a { background-color: rgb(250,62,2); }
div.DivClassName
{
background-color: #FA3E02;
}
.BgClassName
{
background-color: #FA3E02;
}
</style>
border-color css
<style>
span { border-color: #FA3E02; }
span { border-color: rgb(250,62,2); }
td.TdClassName
{
border-color: #FA3E02;
}
.TagClassName
{
border-color: #FA3E02;
}
</style>