Shades of Red Orange #F9381D
Tints of Red Orange #F9381D
RGB
CMYK
RGB Variations
Color information
#F9381D (or 0xF9381D) is known color: Red Orange. HEX triplet: F9, 38 and 1D. RGB value is (249,56,29). Sum of RGB (Red+Green+Blue) = 249+56+29=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F9381D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9381D is #06C7E2. Grayscale: #6E6E6E. Windows color (decimal): -444387 or 1915129. OLE color: 1915129.
HSL color Cylindrical-coordinate representation of color #F9381D: hue angle of 7.36º 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 #F9381D is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 29 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.02 |
| HSL | 7.36º | 0.95% | 0.55% | - |
| HSV(B) | 7.36º | 0.88% | 0.98% | - |
| XYZ | 40.7 | 23.06 | 3.47 | - |
| YUV | 110.63 | 81.94 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 29 | 0 | 0.78 | 0.88 | 0.02 | 7.36 | 0.95 | 0.55 |
| Hex | F9 | 38 | 1D | 0 | 4E | 58 | 2 | 7 | 5F | 37 |
| Octal | 371 | 70 | 35 | 0 | 116 | 130 | 2 | 7 | 137 | 67 |
| Binary | 11111001 | 111000 | 11101 | 0 | 1001110 | 1011000 | 10 | 111 | 1011111 | 110111 |
Color Harmonies of #F9381D
Complementary color
Monochromatic Colors of #F9381D
Black with #F9381D
Text Example
Text Example
White with #F9381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9381D; }
p { color: rgb(249,56,29); }
H1.HeaderClassName
{
color: #F9381D;
}
.AnyTagClassName
{
color: #F9381D;
}
</style>
background-color css
<style>
a { background-color: #F9381D; }
a { background-color: rgb(249,56,29); }
div.DivClassName
{
background-color: #F9381D;
}
.BgClassName
{
background-color: #F9381D;
}
</style>
border-color css
<style>
span { border-color: #F9381D; }
span { border-color: rgb(249,56,29); }
td.TdClassName
{
border-color: #F9381D;
}
.TagClassName
{
border-color: #F9381D;
}
</style>