Shades of Red Orange #F9472B
Tints of Red Orange #F9472B
RGB
CMYK
RGB Variations
Color information
#F9472B (or 0xF9472B) is known color: Red Orange. HEX triplet: F9, 47 and 2B. RGB value is (249,71,43). Sum of RGB (Red+Green+Blue) = 249+71+43=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F9472B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9472B is #06B8D4. Grayscale: #797979. Windows color (decimal): -440533 or 2836473. OLE color: 2836473.
HSL color Cylindrical-coordinate representation of color #F9472B: hue angle of 8.16º 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 #F9472B is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 43 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.02 |
| HSL | 8.16º | 0.94% | 0.57% | - |
| HSV(B) | 8.16º | 0.83% | 0.98% | - |
| XYZ | 41.76 | 24.82 | 4.88 | - |
| YUV | 121.03 | 83.97 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 43 | 0 | 0.71 | 0.83 | 0.02 | 8.16 | 0.94 | 0.57 |
| Hex | F9 | 47 | 2B | 0 | 47 | 53 | 2 | 8 | 5E | 39 |
| Octal | 371 | 107 | 53 | 0 | 107 | 123 | 2 | 10 | 136 | 71 |
| Binary | 11111001 | 1000111 | 101011 | 0 | 1000111 | 1010011 | 10 | 1000 | 1011110 | 111001 |
Color Harmonies of #F9472B
Complementary color
Monochromatic Colors of #F9472B
Black with #F9472B
Text Example
Text Example
White with #F9472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9472B; }
p { color: rgb(249,71,43); }
H1.HeaderClassName
{
color: #F9472B;
}
.AnyTagClassName
{
color: #F9472B;
}
</style>
background-color css
<style>
a { background-color: #F9472B; }
a { background-color: rgb(249,71,43); }
div.DivClassName
{
background-color: #F9472B;
}
.BgClassName
{
background-color: #F9472B;
}
</style>
border-color css
<style>
span { border-color: #F9472B; }
span { border-color: rgb(249,71,43); }
td.TdClassName
{
border-color: #F9472B;
}
.TagClassName
{
border-color: #F9472B;
}
</style>