Shades of Red Orange #F9462C
Tints of Red Orange #F9462C
RGB
CMYK
RGB Variations
Color information
#F9462C (or 0xF9462C) is known color: Red Orange. HEX triplet: F9, 46 and 2C. RGB value is (249,70,44). Sum of RGB (Red+Green+Blue) = 249+70+44=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F9462C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9462C is #06B9D3. Grayscale: #787878. Windows color (decimal): -440788 or 2901753. OLE color: 2901753.
HSL color Cylindrical-coordinate representation of color #F9462C: hue angle of 7.61º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9462C is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 44 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.02 |
| HSL | 7.61º | 0.94% | 0.57% | - |
| HSV(B) | 7.61º | 0.82% | 0.98% | - |
| XYZ | 41.71 | 24.7 | 4.95 | - |
| YUV | 120.56 | 84.8 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 44 | 0 | 0.72 | 0.82 | 0.02 | 7.61 | 0.94 | 0.57 |
| Hex | F9 | 46 | 2C | 0 | 48 | 52 | 2 | 8 | 5E | 39 |
| Octal | 371 | 106 | 54 | 0 | 110 | 122 | 2 | 10 | 136 | 71 |
| Binary | 11111001 | 1000110 | 101100 | 0 | 1001000 | 1010010 | 10 | 1000 | 1011110 | 111001 |
Color Harmonies of #F9462C
Complementary color
Monochromatic Colors of #F9462C
Black with #F9462C
Text Example
Text Example
White with #F9462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9462C; }
p { color: rgb(249,70,44); }
H1.HeaderClassName
{
color: #F9462C;
}
.AnyTagClassName
{
color: #F9462C;
}
</style>
background-color css
<style>
a { background-color: #F9462C; }
a { background-color: rgb(249,70,44); }
div.DivClassName
{
background-color: #F9462C;
}
.BgClassName
{
background-color: #F9462C;
}
</style>
border-color css
<style>
span { border-color: #F9462C; }
span { border-color: rgb(249,70,44); }
td.TdClassName
{
border-color: #F9462C;
}
.TagClassName
{
border-color: #F9462C;
}
</style>