Shades of Orange Red #F9440A
Tints of Orange Red #F9440A
RGB
CMYK
RGB Variations
Color information
#F9440A (or 0xF9440A) is known color: Orange Red. HEX triplet: F9, 44 and 0A. RGB value is (249,68,10). Sum of RGB (Red+Green+Blue) = 249+68+10=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F9440A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9440A is #06BBF5. Grayscale: #737373. Windows color (decimal): -441334 or 673017. OLE color: 673017.
HSL color Cylindrical-coordinate representation of color #F9440A: hue angle of 14.56º 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 #F9440A is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 10 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.02 |
| HSL | 14.56º | 0.95% | 0.51% | - |
| HSV(B) | 14.56º | 0.96% | 0.98% | - |
| XYZ | 41.19 | 24.3 | 2.81 | - |
| YUV | 115.51 | 68.47 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 10 | 0 | 0.73 | 0.96 | 0.02 | 14.56 | 0.95 | 0.51 |
| Hex | F9 | 44 | A | 0 | 49 | 60 | 2 | F | 5F | 33 |
| Octal | 371 | 104 | 12 | 0 | 111 | 140 | 2 | 17 | 137 | 63 |
| Binary | 11111001 | 1000100 | 1010 | 0 | 1001001 | 1100000 | 10 | 1111 | 1011111 | 110011 |
Color Harmonies of #F9440A
Complementary color
Monochromatic Colors of #F9440A
Black with #F9440A
Text Example
Text Example
White with #F9440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9440A; }
p { color: rgb(249,68,10); }
H1.HeaderClassName
{
color: #F9440A;
}
.AnyTagClassName
{
color: #F9440A;
}
</style>
background-color css
<style>
a { background-color: #F9440A; }
a { background-color: rgb(249,68,10); }
div.DivClassName
{
background-color: #F9440A;
}
.BgClassName
{
background-color: #F9440A;
}
</style>
border-color css
<style>
span { border-color: #F9440A; }
span { border-color: rgb(249,68,10); }
td.TdClassName
{
border-color: #F9440A;
}
.TagClassName
{
border-color: #F9440A;
}
</style>