Shades of Red Orange #FA4030
Tints of Red Orange #FA4030
RGB
CMYK
RGB Variations
Color information
#FA4030 (or 0xFA4030) is known color: Red Orange. HEX triplet: FA, 40 and 30. RGB value is (250,64,48). Sum of RGB (Red+Green+Blue) = 250+64+48=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4030 is #05BFCF. Grayscale: #767676. Windows color (decimal): -376784 or 3162362. OLE color: 3162362.
HSL color Cylindrical-coordinate representation of color #FA4030: hue angle of 4.75º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA4030 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 48 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.02 |
| HSL | 4.75º | 0.95% | 0.58% | - |
| HSV(B) | 4.75º | 0.81% | 0.98% | - |
| XYZ | 41.79 | 24.2 | 5.27 | - |
| YUV | 117.79 | 88.62 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 48 | 0 | 0.74 | 0.81 | 0.02 | 4.75 | 0.95 | 0.58 |
| Hex | FA | 40 | 30 | 0 | 4A | 51 | 2 | 5 | 5F | 3A |
| Octal | 372 | 100 | 60 | 0 | 112 | 121 | 2 | 5 | 137 | 72 |
| Binary | 11111010 | 1000000 | 110000 | 0 | 1001010 | 1010001 | 10 | 101 | 1011111 | 111010 |
Color Harmonies of #FA4030
Complementary color
Monochromatic Colors of #FA4030
Black with #FA4030
Text Example
Text Example
White with #FA4030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4030; }
p { color: rgb(250,64,48); }
H1.HeaderClassName
{
color: #FA4030;
}
.AnyTagClassName
{
color: #FA4030;
}
</style>
background-color css
<style>
a { background-color: #FA4030; }
a { background-color: rgb(250,64,48); }
div.DivClassName
{
background-color: #FA4030;
}
.BgClassName
{
background-color: #FA4030;
}
</style>
border-color css
<style>
span { border-color: #FA4030; }
span { border-color: rgb(250,64,48); }
td.TdClassName
{
border-color: #FA4030;
}
.TagClassName
{
border-color: #FA4030;
}
</style>