Shades of Red Orange #FA2C23
Tints of Red Orange #FA2C23
RGB
CMYK
RGB Variations
Color information
#FA2C23 (or 0xFA2C23) is known color: Red Orange. HEX triplet: FA, 2C and 23. RGB value is (250,44,35). Sum of RGB (Red+Green+Blue) = 250+44+35=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C23 is #05D3DC. Grayscale: #686868. Windows color (decimal): -381917 or 2305274. OLE color: 2305274.
HSL color Cylindrical-coordinate representation of color #FA2C23: hue angle of 2.51º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2C23 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 35 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.02 |
| HSL | 2.51º | 0.96% | 0.56% | - |
| HSV(B) | 2.51º | 0.86% | 0.98% | - |
| XYZ | 40.63 | 22.25 | 3.74 | - |
| YUV | 104.57 | 88.75 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 35 | 0 | 0.82 | 0.86 | 0.02 | 2.51 | 0.96 | 0.56 |
| Hex | FA | 2C | 23 | 0 | 52 | 56 | 2 | 3 | 60 | 38 |
| Octal | 372 | 54 | 43 | 0 | 122 | 126 | 2 | 3 | 140 | 70 |
| Binary | 11111010 | 101100 | 100011 | 0 | 1010010 | 1010110 | 10 | 11 | 1100000 | 111000 |
Color Harmonies of #FA2C23
Complementary color
Monochromatic Colors of #FA2C23
Black with #FA2C23
Text Example
Text Example
White with #FA2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C23; }
p { color: rgb(250,44,35); }
H1.HeaderClassName
{
color: #FA2C23;
}
.AnyTagClassName
{
color: #FA2C23;
}
</style>
background-color css
<style>
a { background-color: #FA2C23; }
a { background-color: rgb(250,44,35); }
div.DivClassName
{
background-color: #FA2C23;
}
.BgClassName
{
background-color: #FA2C23;
}
</style>
border-color css
<style>
span { border-color: #FA2C23; }
span { border-color: rgb(250,44,35); }
td.TdClassName
{
border-color: #FA2C23;
}
.TagClassName
{
border-color: #FA2C23;
}
</style>