Shades of Orange Red #F9440B
Tints of Orange Red #F9440B
RGB
CMYK
RGB Variations
Color information
#F9440B (or 0xF9440B) is known color: Orange Red. HEX triplet: F9, 44 and 0B. RGB value is (249,68,11). Sum of RGB (Red+Green+Blue) = 249+68+11=328 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.91% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 249 - color contains mainly: red. Hex color #F9440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9440B is #06BBF4. Grayscale: #747474. Windows color (decimal): -441333 or 738553. OLE color: 738553.
HSL color Cylindrical-coordinate representation of color #F9440B: hue angle of 14.37º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9440B is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 11 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.02 |
| HSL | 14.37º | 0.95% | 0.51% | - |
| HSV(B) | 14.37º | 0.96% | 0.98% | - |
| XYZ | 41.19 | 24.3 | 2.84 | - |
| YUV | 115.62 | 68.97 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 11 | 0 | 0.73 | 0.96 | 0.02 | 14.37 | 0.95 | 0.51 |
| Hex | F9 | 44 | B | 0 | 49 | 60 | 2 | E | 5F | 33 |
| Octal | 371 | 104 | 13 | 0 | 111 | 140 | 2 | 16 | 137 | 63 |
| Binary | 11111001 | 1000100 | 1011 | 0 | 1001001 | 1100000 | 10 | 1110 | 1011111 | 110011 |
Color Harmonies of #F9440B
Complementary color
Monochromatic Colors of #F9440B
Black with #F9440B
Text Example
Text Example
White with #F9440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9440B; }
p { color: rgb(249,68,11); }
H1.HeaderClassName
{
color: #F9440B;
}
.AnyTagClassName
{
color: #F9440B;
}
</style>
background-color css
<style>
a { background-color: #F9440B; }
a { background-color: rgb(249,68,11); }
div.DivClassName
{
background-color: #F9440B;
}
.BgClassName
{
background-color: #F9440B;
}
</style>
border-color css
<style>
span { border-color: #F9440B; }
span { border-color: rgb(249,68,11); }
td.TdClassName
{
border-color: #F9440B;
}
.TagClassName
{
border-color: #F9440B;
}
</style>