Shades of Red Orange #F9481D
Tints of Red Orange #F9481D
RGB
CMYK
RGB Variations
Color information
#F9481D (or 0xF9481D) is known color: Red Orange. HEX triplet: F9, 48 and 1D. RGB value is (249,72,29). Sum of RGB (Red+Green+Blue) = 249+72+29=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F9481D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9481D is #06B7E2. Grayscale: #787878. Windows color (decimal): -440291 or 1919225. OLE color: 1919225.
HSL color Cylindrical-coordinate representation of color #F9481D: hue angle of 11.73º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9481D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 29 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.02 |
| HSL | 11.73º | 0.95% | 0.55% | - |
| HSV(B) | 11.73º | 0.88% | 0.98% | - |
| XYZ | 41.61 | 24.86 | 3.77 | - |
| YUV | 120.02 | 76.64 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 29 | 0 | 0.71 | 0.88 | 0.02 | 11.73 | 0.95 | 0.55 |
| Hex | F9 | 48 | 1D | 0 | 47 | 58 | 2 | C | 5F | 37 |
| Octal | 371 | 110 | 35 | 0 | 107 | 130 | 2 | 14 | 137 | 67 |
| Binary | 11111001 | 1001000 | 11101 | 0 | 1000111 | 1011000 | 10 | 1100 | 1011111 | 110111 |
Color Harmonies of #F9481D
Complementary color
Monochromatic Colors of #F9481D
Black with #F9481D
Text Example
Text Example
White with #F9481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9481D; }
p { color: rgb(249,72,29); }
H1.HeaderClassName
{
color: #F9481D;
}
.AnyTagClassName
{
color: #F9481D;
}
</style>
background-color css
<style>
a { background-color: #F9481D; }
a { background-color: rgb(249,72,29); }
div.DivClassName
{
background-color: #F9481D;
}
.BgClassName
{
background-color: #F9481D;
}
</style>
border-color css
<style>
span { border-color: #F9481D; }
span { border-color: rgb(249,72,29); }
td.TdClassName
{
border-color: #F9481D;
}
.TagClassName
{
border-color: #F9481D;
}
</style>