Shades of Red Orange #F9413A
Tints of Red Orange #F9413A
RGB
CMYK
RGB Variations
Color information
#F9413A (or 0xF9413A) is known color: Red Orange. HEX triplet: F9, 41 and 3A. RGB value is (249,65,58). Sum of RGB (Red+Green+Blue) = 249+65+58=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F9413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9413A is #06BEC5. Grayscale: #777777. Windows color (decimal): -442054 or 3817977. OLE color: 3817977.
HSL color Cylindrical-coordinate representation of color #F9413A: hue angle of 2.2º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9413A is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 58 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.02 |
| HSL | 2.2º | 0.94% | 0.6% | - |
| HSV(B) | 2.2º | 0.77% | 0.98% | - |
| XYZ | 41.72 | 24.23 | 6.48 | - |
| YUV | 119.22 | 93.46 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 58 | 0 | 0.74 | 0.77 | 0.02 | 2.2 | 0.94 | 0.6 |
| Hex | F9 | 41 | 3A | 0 | 4A | 4D | 2 | 2 | 5E | 3C |
| Octal | 371 | 101 | 72 | 0 | 112 | 115 | 2 | 2 | 136 | 74 |
| Binary | 11111001 | 1000001 | 111010 | 0 | 1001010 | 1001101 | 10 | 10 | 1011110 | 111100 |
Color Harmonies of #F9413A
Complementary color
Monochromatic Colors of #F9413A
Black with #F9413A
Text Example
Text Example
White with #F9413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9413A; }
p { color: rgb(249,65,58); }
H1.HeaderClassName
{
color: #F9413A;
}
.AnyTagClassName
{
color: #F9413A;
}
</style>
background-color css
<style>
a { background-color: #F9413A; }
a { background-color: rgb(249,65,58); }
div.DivClassName
{
background-color: #F9413A;
}
.BgClassName
{
background-color: #F9413A;
}
</style>
border-color css
<style>
span { border-color: #F9413A; }
span { border-color: rgb(249,65,58); }
td.TdClassName
{
border-color: #F9413A;
}
.TagClassName
{
border-color: #F9413A;
}
</style>