Shades of Red Orange #FA2F1C
Tints of Red Orange #FA2F1C
RGB
CMYK
RGB Variations
Color information
#FA2F1C (or 0xFA2F1C) is known color: Red Orange. HEX triplet: FA, 2F and 1C. RGB value is (250,47,28). Sum of RGB (Red+Green+Blue) = 250+47+28=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F1C is #05D0E3. Grayscale: #696969. Windows color (decimal): -381156 or 1847290. OLE color: 1847290.
HSL color Cylindrical-coordinate representation of color #FA2F1C: hue angle of 5.14º 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 #FA2F1C is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 28 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.02 |
| HSL | 5.14º | 0.96% | 0.55% | - |
| HSV(B) | 5.14º | 0.89% | 0.98% | - |
| XYZ | 40.65 | 22.44 | 3.29 | - |
| YUV | 105.53 | 84.25 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 28 | 0 | 0.81 | 0.89 | 0.02 | 5.14 | 0.96 | 0.55 |
| Hex | FA | 2F | 1C | 0 | 51 | 59 | 2 | 5 | 60 | 37 |
| Octal | 372 | 57 | 34 | 0 | 121 | 131 | 2 | 5 | 140 | 67 |
| Binary | 11111010 | 101111 | 11100 | 0 | 1010001 | 1011001 | 10 | 101 | 1100000 | 110111 |
Color Harmonies of #FA2F1C
Complementary color
Monochromatic Colors of #FA2F1C
Black with #FA2F1C
Text Example
Text Example
White with #FA2F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F1C; }
p { color: rgb(250,47,28); }
H1.HeaderClassName
{
color: #FA2F1C;
}
.AnyTagClassName
{
color: #FA2F1C;
}
</style>
background-color css
<style>
a { background-color: #FA2F1C; }
a { background-color: rgb(250,47,28); }
div.DivClassName
{
background-color: #FA2F1C;
}
.BgClassName
{
background-color: #FA2F1C;
}
</style>
border-color css
<style>
span { border-color: #FA2F1C; }
span { border-color: rgb(250,47,28); }
td.TdClassName
{
border-color: #FA2F1C;
}
.TagClassName
{
border-color: #FA2F1C;
}
</style>