Shades of Red Orange #FA2323
Tints of Red Orange #FA2323
RGB
CMYK
RGB Variations
Color information
#FA2323 (or 0xFA2323) is known color: Red Orange. HEX triplet: FA, 23 and 23. RGB value is (250,35,35). Sum of RGB (Red+Green+Blue) = 250+35+35=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2323 is #05DCDC. Grayscale: #636363. Windows color (decimal): -384221 or 2302970. OLE color: 2302970.
HSL color Cylindrical-coordinate representation of color #FA2323: hue angle of 0º 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 #FA2323 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 35 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.02 |
| HSL | 0º | 0.96% | 0.56% | - |
| HSV(B) | 0º | 0.86% | 0.98% | - |
| XYZ | 40.33 | 21.65 | 3.64 | - |
| YUV | 99.29 | 91.73 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 35 | 0 | 0.86 | 0.86 | 0.02 | 0 | 0.96 | 0.56 |
| Hex | FA | 23 | 23 | 0 | 56 | 56 | 2 | 0 | 60 | 38 |
| Octal | 372 | 43 | 43 | 0 | 126 | 126 | 2 | 0 | 140 | 70 |
| Binary | 11111010 | 100011 | 100011 | 0 | 1010110 | 1010110 | 10 | 0 | 1100000 | 111000 |
Color Harmonies of #FA2323
Complementary color
Monochromatic Colors of #FA2323
Black with #FA2323
Text Example
Text Example
White with #FA2323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2323; }
p { color: rgb(250,35,35); }
H1.HeaderClassName
{
color: #FA2323;
}
.AnyTagClassName
{
color: #FA2323;
}
</style>
background-color css
<style>
a { background-color: #FA2323; }
a { background-color: rgb(250,35,35); }
div.DivClassName
{
background-color: #FA2323;
}
.BgClassName
{
background-color: #FA2323;
}
</style>
border-color css
<style>
span { border-color: #FA2323; }
span { border-color: rgb(250,35,35); }
td.TdClassName
{
border-color: #FA2323;
}
.TagClassName
{
border-color: #FA2323;
}
</style>