Shades of Red Orange #F9481C
Tints of Red Orange #F9481C
RGB
CMYK
RGB Variations
Color information
#F9481C (or 0xF9481C) is known color: Red Orange. HEX triplet: F9, 48 and 1C. RGB value is (249,72,28). Sum of RGB (Red+Green+Blue) = 249+72+28=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F9481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9481C is #06B7E3. Grayscale: #787878. Windows color (decimal): -440292 or 1853689. OLE color: 1853689.
HSL color Cylindrical-coordinate representation of color #F9481C: hue angle of 11.95º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9481C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 28 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.02 |
| HSL | 11.95º | 0.95% | 0.54% | - |
| HSV(B) | 11.95º | 0.89% | 0.98% | - |
| XYZ | 41.59 | 24.86 | 3.7 | - |
| YUV | 119.91 | 76.14 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 28 | 0 | 0.71 | 0.89 | 0.02 | 11.95 | 0.95 | 0.54 |
| Hex | F9 | 48 | 1C | 0 | 47 | 59 | 2 | C | 5F | 36 |
| Octal | 371 | 110 | 34 | 0 | 107 | 131 | 2 | 14 | 137 | 66 |
| Binary | 11111001 | 1001000 | 11100 | 0 | 1000111 | 1011001 | 10 | 1100 | 1011111 | 110110 |
Color Harmonies of #F9481C
Complementary color
Monochromatic Colors of #F9481C
Black with #F9481C
Text Example
Text Example
White with #F9481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9481C; }
p { color: rgb(249,72,28); }
H1.HeaderClassName
{
color: #F9481C;
}
.AnyTagClassName
{
color: #F9481C;
}
</style>
background-color css
<style>
a { background-color: #F9481C; }
a { background-color: rgb(249,72,28); }
div.DivClassName
{
background-color: #F9481C;
}
.BgClassName
{
background-color: #F9481C;
}
</style>
border-color css
<style>
span { border-color: #F9481C; }
span { border-color: rgb(249,72,28); }
td.TdClassName
{
border-color: #F9481C;
}
.TagClassName
{
border-color: #F9481C;
}
</style>