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