Shades of Red Orange #F9412B
Tints of Red Orange #F9412B
RGB
CMYK
RGB Variations
Color information
#F9412B (or 0xF9412B) is known color: Red Orange. HEX triplet: F9, 41 and 2B. RGB value is (249,65,43). Sum of RGB (Red+Green+Blue) = 249+65+43=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F9412B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9412B is #06BED4. Grayscale: #757575. Windows color (decimal): -442069 or 2834937. OLE color: 2834937.
HSL color Cylindrical-coordinate representation of color #F9412B: hue angle of 6.41º degrees, saturation: 0.94, 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 #F9412B is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 43 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.02 |
| HSL | 6.41º | 0.94% | 0.57% | - |
| HSV(B) | 6.41º | 0.83% | 0.98% | - |
| XYZ | 41.39 | 24.09 | 4.75 | - |
| YUV | 117.51 | 85.96 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 43 | 0 | 0.74 | 0.83 | 0.02 | 6.41 | 0.94 | 0.57 |
| Hex | F9 | 41 | 2B | 0 | 4A | 53 | 2 | 6 | 5E | 39 |
| Octal | 371 | 101 | 53 | 0 | 112 | 123 | 2 | 6 | 136 | 71 |
| Binary | 11111001 | 1000001 | 101011 | 0 | 1001010 | 1010011 | 10 | 110 | 1011110 | 111001 |
Color Harmonies of #F9412B
Complementary color
Monochromatic Colors of #F9412B
Black with #F9412B
Text Example
Text Example
White with #F9412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9412B; }
p { color: rgb(249,65,43); }
H1.HeaderClassName
{
color: #F9412B;
}
.AnyTagClassName
{
color: #F9412B;
}
</style>
background-color css
<style>
a { background-color: #F9412B; }
a { background-color: rgb(249,65,43); }
div.DivClassName
{
background-color: #F9412B;
}
.BgClassName
{
background-color: #F9412B;
}
</style>
border-color css
<style>
span { border-color: #F9412B; }
span { border-color: rgb(249,65,43); }
td.TdClassName
{
border-color: #F9412B;
}
.TagClassName
{
border-color: #F9412B;
}
</style>