Shades of Red Orange #FA3323
Tints of Red Orange #FA3323
RGB
CMYK
RGB Variations
Color information
#FA3323 (or 0xFA3323) is known color: Red Orange. HEX triplet: FA, 33 and 23. RGB value is (250,51,35). Sum of RGB (Red+Green+Blue) = 250+51+35=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3323 is #05CCDC. Grayscale: #6C6C6C. Windows color (decimal): -380125 or 2307066. OLE color: 2307066.
HSL color Cylindrical-coordinate representation of color #FA3323: hue angle of 4.47º 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 #FA3323 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 35 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.02 |
| HSL | 4.47º | 0.96% | 0.56% | - |
| HSV(B) | 4.47º | 0.86% | 0.98% | - |
| XYZ | 40.91 | 22.81 | 3.84 | - |
| YUV | 108.68 | 86.43 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 35 | 0 | 0.80 | 0.86 | 0.02 | 4.47 | 0.96 | 0.56 |
| Hex | FA | 33 | 23 | 0 | 50 | 56 | 2 | 4 | 60 | 38 |
| Octal | 372 | 63 | 43 | 0 | 120 | 126 | 2 | 4 | 140 | 70 |
| Binary | 11111010 | 110011 | 100011 | 0 | 1010000 | 1010110 | 10 | 100 | 1100000 | 111000 |
Color Harmonies of #FA3323
Complementary color
Monochromatic Colors of #FA3323
Black with #FA3323
Text Example
Text Example
White with #FA3323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3323; }
p { color: rgb(250,51,35); }
H1.HeaderClassName
{
color: #FA3323;
}
.AnyTagClassName
{
color: #FA3323;
}
</style>
background-color css
<style>
a { background-color: #FA3323; }
a { background-color: rgb(250,51,35); }
div.DivClassName
{
background-color: #FA3323;
}
.BgClassName
{
background-color: #FA3323;
}
</style>
border-color css
<style>
span { border-color: #FA3323; }
span { border-color: rgb(250,51,35); }
td.TdClassName
{
border-color: #FA3323;
}
.TagClassName
{
border-color: #FA3323;
}
</style>