Shades of Orange Red #FA4B1C
Tints of Orange Red #FA4B1C
RGB
CMYK
RGB Variations
Color information
#FA4B1C (or 0xFA4B1C) is known color: Orange Red. HEX triplet: FA, 4B and 1C. RGB value is (250,75,28). Sum of RGB (Red+Green+Blue) = 250+75+28=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4B1C is #05B4E3. Grayscale: #7A7A7A. Windows color (decimal): -373988 or 1854458. OLE color: 1854458.
HSL color Cylindrical-coordinate representation of color #FA4B1C: hue angle of 12.7º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA4B1C is Cyan = 0, Magento = 0.7, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 75 | 28 | - |
| CMYK | 0 | 0.7 | 0.89 | 0.02 |
| HSL | 12.7º | 0.96% | 0.55% | - |
| HSV(B) | 12.7º | 0.89% | 0.98% | - |
| XYZ | 42.15 | 25.44 | 3.79 | - |
| YUV | 121.97 | 74.98 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 75 | 28 | 0 | 0.7 | 0.89 | 0.02 | 12.7 | 0.96 | 0.55 |
| Hex | FA | 4B | 1C | 0 | 46 | 59 | 2 | D | 60 | 37 |
| Octal | 372 | 113 | 34 | 0 | 106 | 131 | 2 | 15 | 140 | 67 |
| Binary | 11111010 | 1001011 | 11100 | 0 | 1000110 | 1011001 | 10 | 1101 | 1100000 | 110111 |
Color Harmonies of #FA4B1C
Complementary color
Monochromatic Colors of #FA4B1C
Black with #FA4B1C
Text Example
Text Example
White with #FA4B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4B1C; }
p { color: rgb(250,75,28); }
H1.HeaderClassName
{
color: #FA4B1C;
}
.AnyTagClassName
{
color: #FA4B1C;
}
</style>
background-color css
<style>
a { background-color: #FA4B1C; }
a { background-color: rgb(250,75,28); }
div.DivClassName
{
background-color: #FA4B1C;
}
.BgClassName
{
background-color: #FA4B1C;
}
</style>
border-color css
<style>
span { border-color: #FA4B1C; }
span { border-color: rgb(250,75,28); }
td.TdClassName
{
border-color: #FA4B1C;
}
.TagClassName
{
border-color: #FA4B1C;
}
</style>