Shades of Red Orange #F9401C
Tints of Red Orange #F9401C
RGB
CMYK
RGB Variations
Color information
#F9401C (or 0xF9401C) is known color: Red Orange. HEX triplet: F9, 40 and 1C. RGB value is (249,64,28). Sum of RGB (Red+Green+Blue) = 249+64+28=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F9401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9401C is #06BFE3. Grayscale: #737373. Windows color (decimal): -442340 or 1851641. OLE color: 1851641.
HSL color Cylindrical-coordinate representation of color #F9401C: hue angle of 9.77º 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 #F9401C is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 28 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.02 |
| HSL | 9.77º | 0.95% | 0.54% | - |
| HSV(B) | 9.77º | 0.89% | 0.98% | - |
| XYZ | 41.11 | 23.89 | 3.54 | - |
| YUV | 115.21 | 78.79 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 28 | 0 | 0.74 | 0.89 | 0.02 | 9.77 | 0.95 | 0.54 |
| Hex | F9 | 40 | 1C | 0 | 4A | 59 | 2 | A | 5F | 36 |
| Octal | 371 | 100 | 34 | 0 | 112 | 131 | 2 | 12 | 137 | 66 |
| Binary | 11111001 | 1000000 | 11100 | 0 | 1001010 | 1011001 | 10 | 1010 | 1011111 | 110110 |
Color Harmonies of #F9401C
Complementary color
Monochromatic Colors of #F9401C
Black with #F9401C
Text Example
Text Example
White with #F9401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9401C; }
p { color: rgb(249,64,28); }
H1.HeaderClassName
{
color: #F9401C;
}
.AnyTagClassName
{
color: #F9401C;
}
</style>
background-color css
<style>
a { background-color: #F9401C; }
a { background-color: rgb(249,64,28); }
div.DivClassName
{
background-color: #F9401C;
}
.BgClassName
{
background-color: #F9401C;
}
</style>
border-color css
<style>
span { border-color: #F9401C; }
span { border-color: rgb(249,64,28); }
td.TdClassName
{
border-color: #F9401C;
}
.TagClassName
{
border-color: #F9401C;
}
</style>