Shades of Red Orange #FA402B
Tints of Red Orange #FA402B
RGB
CMYK
RGB Variations
Color information
#FA402B (or 0xFA402B) is known color: Red Orange. HEX triplet: FA, 40 and 2B. RGB value is (250,64,43). Sum of RGB (Red+Green+Blue) = 250+64+43=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA402B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA402B is #05BFD4. Grayscale: #757575. Windows color (decimal): -376789 or 2834682. OLE color: 2834682.
HSL color Cylindrical-coordinate representation of color #FA402B: hue angle of 6.09º 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 #FA402B is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 43 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.02 |
| HSL | 6.09º | 0.95% | 0.57% | - |
| HSV(B) | 6.09º | 0.83% | 0.98% | - |
| XYZ | 41.69 | 24.17 | 4.75 | - |
| YUV | 117.22 | 86.12 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 43 | 0 | 0.74 | 0.83 | 0.02 | 6.09 | 0.95 | 0.57 |
| Hex | FA | 40 | 2B | 0 | 4A | 53 | 2 | 6 | 5F | 39 |
| Octal | 372 | 100 | 53 | 0 | 112 | 123 | 2 | 6 | 137 | 71 |
| Binary | 11111010 | 1000000 | 101011 | 0 | 1001010 | 1010011 | 10 | 110 | 1011111 | 111001 |
Color Harmonies of #FA402B
Complementary color
Monochromatic Colors of #FA402B
Black with #FA402B
Text Example
Text Example
White with #FA402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA402B; }
p { color: rgb(250,64,43); }
H1.HeaderClassName
{
color: #FA402B;
}
.AnyTagClassName
{
color: #FA402B;
}
</style>
background-color css
<style>
a { background-color: #FA402B; }
a { background-color: rgb(250,64,43); }
div.DivClassName
{
background-color: #FA402B;
}
.BgClassName
{
background-color: #FA402B;
}
</style>
border-color css
<style>
span { border-color: #FA402B; }
span { border-color: rgb(250,64,43); }
td.TdClassName
{
border-color: #FA402B;
}
.TagClassName
{
border-color: #FA402B;
}
</style>