Shades of Red Orange #FA302B
Tints of Red Orange #FA302B
RGB
CMYK
RGB Variations
Color information
#FA302B (or 0xFA302B) is known color: Red Orange. HEX triplet: FA, 30 and 2B. RGB value is (250,48,43). Sum of RGB (Red+Green+Blue) = 250+48+43=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA302B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA302B is #05CFD4. Grayscale: #6C6C6C. Windows color (decimal): -380885 or 2830586. OLE color: 2830586.
HSL color Cylindrical-coordinate representation of color #FA302B: hue angle of 1.45º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA302B is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 43 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.02 |
| HSL | 1.45º | 0.95% | 0.57% | - |
| HSV(B) | 1.45º | 0.83% | 0.98% | - |
| XYZ | 40.92 | 22.61 | 4.49 | - |
| YUV | 107.83 | 91.42 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 43 | 0 | 0.81 | 0.83 | 0.02 | 1.45 | 0.95 | 0.57 |
| Hex | FA | 30 | 2B | 0 | 51 | 53 | 2 | 1 | 5F | 39 |
| Octal | 372 | 60 | 53 | 0 | 121 | 123 | 2 | 1 | 137 | 71 |
| Binary | 11111010 | 110000 | 101011 | 0 | 1010001 | 1010011 | 10 | 1 | 1011111 | 111001 |
Color Harmonies of #FA302B
Complementary color
Monochromatic Colors of #FA302B
Black with #FA302B
Text Example
Text Example
White with #FA302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA302B; }
p { color: rgb(250,48,43); }
H1.HeaderClassName
{
color: #FA302B;
}
.AnyTagClassName
{
color: #FA302B;
}
</style>
background-color css
<style>
a { background-color: #FA302B; }
a { background-color: rgb(250,48,43); }
div.DivClassName
{
background-color: #FA302B;
}
.BgClassName
{
background-color: #FA302B;
}
</style>
border-color css
<style>
span { border-color: #FA302B; }
span { border-color: rgb(250,48,43); }
td.TdClassName
{
border-color: #FA302B;
}
.TagClassName
{
border-color: #FA302B;
}
</style>