Shades of Red Orange #FA2823
Tints of Red Orange #FA2823
RGB
CMYK
RGB Variations
Color information
#FA2823 (or 0xFA2823) is known color: Red Orange. HEX triplet: FA, 28 and 23. RGB value is (250,40,35). Sum of RGB (Red+Green+Blue) = 250+40+35=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2823 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2823 is #05D7DC. Grayscale: #666666. Windows color (decimal): -382941 or 2304250. OLE color: 2304250.
HSL color Cylindrical-coordinate representation of color #FA2823: hue angle of 1.4º 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 #FA2823 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 35 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.02 |
| HSL | 1.4º | 0.96% | 0.56% | - |
| HSV(B) | 1.4º | 0.86% | 0.98% | - |
| XYZ | 40.49 | 21.96 | 3.7 | - |
| YUV | 102.22 | 90.07 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 35 | 0 | 0.84 | 0.86 | 0.02 | 1.4 | 0.96 | 0.56 |
| Hex | FA | 28 | 23 | 0 | 54 | 56 | 2 | 1 | 60 | 38 |
| Octal | 372 | 50 | 43 | 0 | 124 | 126 | 2 | 1 | 140 | 70 |
| Binary | 11111010 | 101000 | 100011 | 0 | 1010100 | 1010110 | 10 | 1 | 1100000 | 111000 |
Color Harmonies of #FA2823
Complementary color
Monochromatic Colors of #FA2823
Black with #FA2823
Text Example
Text Example
White with #FA2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2823; }
p { color: rgb(250,40,35); }
H1.HeaderClassName
{
color: #FA2823;
}
.AnyTagClassName
{
color: #FA2823;
}
</style>
background-color css
<style>
a { background-color: #FA2823; }
a { background-color: rgb(250,40,35); }
div.DivClassName
{
background-color: #FA2823;
}
.BgClassName
{
background-color: #FA2823;
}
</style>
border-color css
<style>
span { border-color: #FA2823; }
span { border-color: rgb(250,40,35); }
td.TdClassName
{
border-color: #FA2823;
}
.TagClassName
{
border-color: #FA2823;
}
</style>