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