Shades of Orange Red #F4430A
Tints of Orange Red #F4430A
RGB
CMYK
RGB Variations
Color information
#F4430A (or 0xF4430A) is known color: Orange Red. HEX triplet: F4, 43 and 0A. RGB value is (244,67,10). Sum of RGB (Red+Green+Blue) = 244+67+10=321 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.01% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 244 - color contains mainly: red. Hex color #F4430A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4430A is #0BBCF5. Grayscale: #717171. Windows color (decimal): -769270 or 672756. OLE color: 672756.
HSL color Cylindrical-coordinate representation of color #F4430A: hue angle of 14.62º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F4430A is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 67 | 10 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.04 |
| HSL | 14.62º | 0.92% | 0.5% | - |
| HSV(B) | 14.62º | 0.96% | 0.96% | - |
| XYZ | 39.37 | 23.27 | 2.7 | - |
| YUV | 113.43 | 69.64 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 67 | 10 | 0 | 0.73 | 0.96 | 0.04 | 14.62 | 0.92 | 0.5 |
| Hex | F4 | 43 | A | 0 | 49 | 60 | 4 | F | 5C | 32 |
| Octal | 364 | 103 | 12 | 0 | 111 | 140 | 4 | 17 | 134 | 62 |
| Binary | 11110100 | 1000011 | 1010 | 0 | 1001001 | 1100000 | 100 | 1111 | 1011100 | 110010 |
Color Harmonies of #F4430A
Complementary color
Monochromatic Colors of #F4430A
Black with #F4430A
Text Example
Text Example
White with #F4430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4430A; }
p { color: rgb(244,67,10); }
H1.HeaderClassName
{
color: #F4430A;
}
.AnyTagClassName
{
color: #F4430A;
}
</style>
background-color css
<style>
a { background-color: #F4430A; }
a { background-color: rgb(244,67,10); }
div.DivClassName
{
background-color: #F4430A;
}
.BgClassName
{
background-color: #F4430A;
}
</style>
border-color css
<style>
span { border-color: #F4430A; }
span { border-color: rgb(244,67,10); }
td.TdClassName
{
border-color: #F4430A;
}
.TagClassName
{
border-color: #F4430A;
}
</style>