Shades of Orange Red #FA3C02
Tints of Orange Red #FA3C02
RGB
CMYK
RGB Variations
Color information
#FA3C02 (or 0xFA3C02) is known color: Orange Red. HEX triplet: FA, 3C and 02. RGB value is (250,60,2). Sum of RGB (Red+Green+Blue) = 250+60+2=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3C02 is #05C3FD. Grayscale: #6E6E6E. Windows color (decimal): -377854 or 146682. OLE color: 146682.
HSL color Cylindrical-coordinate representation of color #FA3C02: hue angle of 14.03º 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 #FA3C02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.02 |
| HSL | 14.03º | 0.98% | 0.49% | - |
| HSV(B) | 14.03º | 0.99% | 0.98% | - |
| XYZ | 41.05 | 23.56 | 2.44 | - |
| YUV | 110.2 | 66.95 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 2 | 0 | 0.76 | 0.99 | 0.02 | 14.03 | 0.98 | 0.49 |
| Hex | FA | 3C | 2 | 0 | 4C | 63 | 2 | E | 62 | 31 |
| Octal | 372 | 74 | 2 | 0 | 114 | 143 | 2 | 16 | 142 | 61 |
| Binary | 11111010 | 111100 | 10 | 0 | 1001100 | 1100011 | 10 | 1110 | 1100010 | 110001 |
Color Harmonies of #FA3C02
Complementary color
Monochromatic Colors of #FA3C02
Black with #FA3C02
Text Example
Text Example
White with #FA3C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C02; }
p { color: rgb(250,60,2); }
H1.HeaderClassName
{
color: #FA3C02;
}
.AnyTagClassName
{
color: #FA3C02;
}
</style>
background-color css
<style>
a { background-color: #FA3C02; }
a { background-color: rgb(250,60,2); }
div.DivClassName
{
background-color: #FA3C02;
}
.BgClassName
{
background-color: #FA3C02;
}
</style>
border-color css
<style>
span { border-color: #FA3C02; }
span { border-color: rgb(250,60,2); }
td.TdClassName
{
border-color: #FA3C02;
}
.TagClassName
{
border-color: #FA3C02;
}
</style>