Shades of Orange Red #F9380D
Tints of Orange Red #F9380D
RGB
CMYK
RGB Variations
Color information
#F9380D (or 0xF9380D) is known color: Orange Red. HEX triplet: F9, 38 and 0D. RGB value is (249,56,13). Sum of RGB (Red+Green+Blue) = 249+56+13=318 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.30% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 249 - color contains mainly: red. Hex color #F9380D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9380D is #06C7F2. Grayscale: #6D6D6D. Windows color (decimal): -444403 or 866553. OLE color: 866553.
HSL color Cylindrical-coordinate representation of color #F9380D: hue angle of 10.93º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9380D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.02 |
| HSL | 10.93º | 0.95% | 0.51% | - |
| HSV(B) | 10.93º | 0.95% | 0.98% | - |
| XYZ | 40.55 | 23 | 2.68 | - |
| YUV | 108.81 | 73.94 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 13 | 0 | 0.78 | 0.95 | 0.02 | 10.93 | 0.95 | 0.51 |
| Hex | F9 | 38 | D | 0 | 4E | 5F | 2 | B | 5F | 33 |
| Octal | 371 | 70 | 15 | 0 | 116 | 137 | 2 | 13 | 137 | 63 |
| Binary | 11111001 | 111000 | 1101 | 0 | 1001110 | 1011111 | 10 | 1011 | 1011111 | 110011 |
Color Harmonies of #F9380D
Complementary color
Monochromatic Colors of #F9380D
Black with #F9380D
Text Example
Text Example
White with #F9380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9380D; }
p { color: rgb(249,56,13); }
H1.HeaderClassName
{
color: #F9380D;
}
.AnyTagClassName
{
color: #F9380D;
}
</style>
background-color css
<style>
a { background-color: #F9380D; }
a { background-color: rgb(249,56,13); }
div.DivClassName
{
background-color: #F9380D;
}
.BgClassName
{
background-color: #F9380D;
}
</style>
border-color css
<style>
span { border-color: #F9380D; }
span { border-color: rgb(249,56,13); }
td.TdClassName
{
border-color: #F9380D;
}
.TagClassName
{
border-color: #F9380D;
}
</style>