Shades of Orange Red #FA3600
Tints of Orange Red #FA3600
RGB
CMYK
RGB Variations
Color information
#FA3600 (or 0xFA3600) is known color: Orange Red. HEX triplet: FA, 36 and 00. RGB value is (250,54,0). Sum of RGB (Red+Green+Blue) = 250+54+0=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3600 is #05C9FF. Grayscale: #6A6A6A. Windows color (decimal): -379392 or 14074. OLE color: 14074.
HSL color Cylindrical-coordinate representation of color #FA3600: hue angle of 12.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA3600 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.02 |
| HSL | 12.96º | 1% | 0.49% | - |
| HSV(B) | 12.96º | 1% | 0.98% | - |
| XYZ | 40.74 | 22.96 | 2.28 | - |
| YUV | 106.45 | 67.93 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 0 | 0 | 0.78 | 1 | 0.02 | 12.96 | 1 | 0.49 |
| Hex | FA | 36 | 0 | 0 | 4E | 64 | 2 | D | 64 | 31 |
| Octal | 372 | 66 | 0 | 0 | 116 | 144 | 2 | 15 | 144 | 61 |
| Binary | 11111010 | 110110 | 0 | 0 | 1001110 | 1100100 | 10 | 1101 | 1100100 | 110001 |
Color Harmonies of #FA3600
Complementary color
Monochromatic Colors of #FA3600
Black with #FA3600
Text Example
Text Example
White with #FA3600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3600; }
p { color: rgb(250,54,0); }
H1.HeaderClassName
{
color: #FA3600;
}
.AnyTagClassName
{
color: #FA3600;
}
</style>
background-color css
<style>
a { background-color: #FA3600; }
a { background-color: rgb(250,54,0); }
div.DivClassName
{
background-color: #FA3600;
}
.BgClassName
{
background-color: #FA3600;
}
</style>
border-color css
<style>
span { border-color: #FA3600; }
span { border-color: rgb(250,54,0); }
td.TdClassName
{
border-color: #FA3600;
}
.TagClassName
{
border-color: #FA3600;
}
</style>