Shades of Orange Red #FA3F0C
Tints of Orange Red #FA3F0C
RGB
CMYK
RGB Variations
Color information
#FA3F0C (or 0xFA3F0C) is known color: Orange Red. HEX triplet: FA, 3F and 0C. RGB value is (250,63,12). Sum of RGB (Red+Green+Blue) = 250+63+12=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3F0C is #05C0F3. Grayscale: #717171. Windows color (decimal): -377076 or 802810. OLE color: 802810.
HSL color Cylindrical-coordinate representation of color #FA3F0C: hue angle of 12.86º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA3F0C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 12 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.02 |
| HSL | 12.86º | 0.96% | 0.51% | - |
| HSV(B) | 12.86º | 0.95% | 0.98% | - |
| XYZ | 41.27 | 23.91 | 2.79 | - |
| YUV | 113.1 | 70.95 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 12 | 0 | 0.75 | 0.95 | 0.02 | 12.86 | 0.96 | 0.51 |
| Hex | FA | 3F | C | 0 | 4B | 5F | 2 | D | 60 | 33 |
| Octal | 372 | 77 | 14 | 0 | 113 | 137 | 2 | 15 | 140 | 63 |
| Binary | 11111010 | 111111 | 1100 | 0 | 1001011 | 1011111 | 10 | 1101 | 1100000 | 110011 |
Color Harmonies of #FA3F0C
Complementary color
Monochromatic Colors of #FA3F0C
Black with #FA3F0C
Text Example
Text Example
White with #FA3F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3F0C; }
p { color: rgb(250,63,12); }
H1.HeaderClassName
{
color: #FA3F0C;
}
.AnyTagClassName
{
color: #FA3F0C;
}
</style>
background-color css
<style>
a { background-color: #FA3F0C; }
a { background-color: rgb(250,63,12); }
div.DivClassName
{
background-color: #FA3F0C;
}
.BgClassName
{
background-color: #FA3F0C;
}
</style>
border-color css
<style>
span { border-color: #FA3F0C; }
span { border-color: rgb(250,63,12); }
td.TdClassName
{
border-color: #FA3F0C;
}
.TagClassName
{
border-color: #FA3F0C;
}
</style>