Shades of Orange Red #F8430A
Tints of Orange Red #F8430A
RGB
CMYK
RGB Variations
Color information
#F8430A (or 0xF8430A) is known color: Orange Red. HEX triplet: F8, 43 and 0A. RGB value is (248,67,10). Sum of RGB (Red+Green+Blue) = 248+67+10=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F8430A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8430A is #07BCF5. Grayscale: #737373. Windows color (decimal): -507126 or 672760. OLE color: 672760.
HSL color Cylindrical-coordinate representation of color #F8430A: hue angle of 14.37º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8430A is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 10 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.03 |
| HSL | 14.37º | 0.94% | 0.51% | - |
| HSV(B) | 14.37º | 0.96% | 0.97% | - |
| XYZ | 40.77 | 23.99 | 2.77 | - |
| YUV | 114.62 | 68.97 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 10 | 0 | 0.73 | 0.96 | 0.03 | 14.37 | 0.94 | 0.51 |
| Hex | F8 | 43 | A | 0 | 49 | 60 | 3 | E | 5E | 33 |
| Octal | 370 | 103 | 12 | 0 | 111 | 140 | 3 | 16 | 136 | 63 |
| Binary | 11111000 | 1000011 | 1010 | 0 | 1001001 | 1100000 | 11 | 1110 | 1011110 | 110011 |
Color Harmonies of #F8430A
Complementary color
Monochromatic Colors of #F8430A
Black with #F8430A
Text Example
Text Example
White with #F8430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8430A; }
p { color: rgb(248,67,10); }
H1.HeaderClassName
{
color: #F8430A;
}
.AnyTagClassName
{
color: #F8430A;
}
</style>
background-color css
<style>
a { background-color: #F8430A; }
a { background-color: rgb(248,67,10); }
div.DivClassName
{
background-color: #F8430A;
}
.BgClassName
{
background-color: #F8430A;
}
</style>
border-color css
<style>
span { border-color: #F8430A; }
span { border-color: rgb(248,67,10); }
td.TdClassName
{
border-color: #F8430A;
}
.TagClassName
{
border-color: #F8430A;
}
</style>