Shades of Orange Red #F9440C
Tints of Orange Red #F9440C
RGB
CMYK
RGB Variations
Color information
#F9440C (or 0xF9440C) is known color: Orange Red. HEX triplet: F9, 44 and 0C. RGB value is (249,68,12). Sum of RGB (Red+Green+Blue) = 249+68+12=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F9440C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9440C is #06BBF3. Grayscale: #747474. Windows color (decimal): -441332 or 804089. OLE color: 804089.
HSL color Cylindrical-coordinate representation of color #F9440C: hue angle of 14.18º 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 #F9440C is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 12 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.02 |
| HSL | 14.18º | 0.95% | 0.51% | - |
| HSV(B) | 14.18º | 0.95% | 0.98% | - |
| XYZ | 41.2 | 24.3 | 2.87 | - |
| YUV | 115.74 | 69.47 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 12 | 0 | 0.73 | 0.95 | 0.02 | 14.18 | 0.95 | 0.51 |
| Hex | F9 | 44 | C | 0 | 49 | 5F | 2 | E | 5F | 33 |
| Octal | 371 | 104 | 14 | 0 | 111 | 137 | 2 | 16 | 137 | 63 |
| Binary | 11111001 | 1000100 | 1100 | 0 | 1001001 | 1011111 | 10 | 1110 | 1011111 | 110011 |
Color Harmonies of #F9440C
Complementary color
Monochromatic Colors of #F9440C
Black with #F9440C
Text Example
Text Example
White with #F9440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9440C; }
p { color: rgb(249,68,12); }
H1.HeaderClassName
{
color: #F9440C;
}
.AnyTagClassName
{
color: #F9440C;
}
</style>
background-color css
<style>
a { background-color: #F9440C; }
a { background-color: rgb(249,68,12); }
div.DivClassName
{
background-color: #F9440C;
}
.BgClassName
{
background-color: #F9440C;
}
</style>
border-color css
<style>
span { border-color: #F9440C; }
span { border-color: rgb(249,68,12); }
td.TdClassName
{
border-color: #F9440C;
}
.TagClassName
{
border-color: #F9440C;
}
</style>