Shades of Orange Red #FA450C
Tints of Orange Red #FA450C
RGB
CMYK
RGB Variations
Color information
#FA450C (or 0xFA450C) is known color: Orange Red. HEX triplet: FA, 45 and 0C. RGB value is (250,69,12). Sum of RGB (Red+Green+Blue) = 250+69+12=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA450C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA450C is #05BAF3. Grayscale: #757575. Windows color (decimal): -375540 or 804346. OLE color: 804346.
HSL color Cylindrical-coordinate representation of color #FA450C: hue angle of 14.37º 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 #FA450C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 12 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.02 |
| HSL | 14.37º | 0.96% | 0.51% | - |
| HSV(B) | 14.37º | 0.95% | 0.98% | - |
| XYZ | 41.62 | 24.61 | 2.9 | - |
| YUV | 116.62 | 68.97 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 12 | 0 | 0.72 | 0.95 | 0.02 | 14.37 | 0.96 | 0.51 |
| Hex | FA | 45 | C | 0 | 48 | 5F | 2 | E | 60 | 33 |
| Octal | 372 | 105 | 14 | 0 | 110 | 137 | 2 | 16 | 140 | 63 |
| Binary | 11111010 | 1000101 | 1100 | 0 | 1001000 | 1011111 | 10 | 1110 | 1100000 | 110011 |
Color Harmonies of #FA450C
Complementary color
Monochromatic Colors of #FA450C
Black with #FA450C
Text Example
Text Example
White with #FA450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA450C; }
p { color: rgb(250,69,12); }
H1.HeaderClassName
{
color: #FA450C;
}
.AnyTagClassName
{
color: #FA450C;
}
</style>
background-color css
<style>
a { background-color: #FA450C; }
a { background-color: rgb(250,69,12); }
div.DivClassName
{
background-color: #FA450C;
}
.BgClassName
{
background-color: #FA450C;
}
</style>
border-color css
<style>
span { border-color: #FA450C; }
span { border-color: rgb(250,69,12); }
td.TdClassName
{
border-color: #FA450C;
}
.TagClassName
{
border-color: #FA450C;
}
</style>