Shades of Orange Red #F0430A
Tints of Orange Red #F0430A
RGB
CMYK
RGB Variations
Color information
#F0430A (or 0xF0430A) is known color: Orange Red. HEX triplet: F0, 43 and 0A. RGB value is (240,67,10). Sum of RGB (Red+Green+Blue) = 240+67+10=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F0430A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0430A is #0FBCF5. Grayscale: #707070. Windows color (decimal): -1031414 or 672752. OLE color: 672752.
HSL color Cylindrical-coordinate representation of color #F0430A: hue angle of 14.87º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0430A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.06 |
| HSL | 14.87º | 0.92% | 0.49% | - |
| HSV(B) | 14.87º | 0.96% | 0.94% | - |
| XYZ | 38 | 22.56 | 2.64 | - |
| YUV | 112.23 | 70.31 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 10 | 0 | 0.72 | 0.96 | 0.06 | 14.87 | 0.92 | 0.49 |
| Hex | F0 | 43 | A | 0 | 48 | 60 | 6 | F | 5C | 31 |
| Octal | 360 | 103 | 12 | 0 | 110 | 140 | 6 | 17 | 134 | 61 |
| Binary | 11110000 | 1000011 | 1010 | 0 | 1001000 | 1100000 | 110 | 1111 | 1011100 | 110001 |
Color Harmonies of #F0430A
Complementary color
Monochromatic Colors of #F0430A
Black with #F0430A
Text Example
Text Example
White with #F0430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0430A; }
p { color: rgb(240,67,10); }
H1.HeaderClassName
{
color: #F0430A;
}
.AnyTagClassName
{
color: #F0430A;
}
</style>
background-color css
<style>
a { background-color: #F0430A; }
a { background-color: rgb(240,67,10); }
div.DivClassName
{
background-color: #F0430A;
}
.BgClassName
{
background-color: #F0430A;
}
</style>
border-color css
<style>
span { border-color: #F0430A; }
span { border-color: rgb(240,67,10); }
td.TdClassName
{
border-color: #F0430A;
}
.TagClassName
{
border-color: #F0430A;
}
</style>