Shades of Burnt Orange #F8743D
Tints of Burnt Orange #F8743D
RGB
CMYK
RGB Variations
Color information
#F8743D (or 0xF8743D) is known color: Burnt Orange. HEX triplet: F8, 74 and 3D. RGB value is (248,116,61). Sum of RGB (Red+Green+Blue) = 248+116+61=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F8743D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8743D is #078BC2. Grayscale: #959595. Windows color (decimal): -494531 or 4027640. OLE color: 4027640.
HSL color Cylindrical-coordinate representation of color #F8743D: hue angle of 17.65º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8743D is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 61 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.03 |
| HSL | 17.65º | 0.93% | 0.61% | - |
| HSV(B) | 17.65º | 0.75% | 0.97% | - |
| XYZ | 45.8 | 32.78 | 8.33 | - |
| YUV | 149.2 | 78.23 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 61 | 0 | 0.53 | 0.75 | 0.03 | 17.65 | 0.93 | 0.61 |
| Hex | F8 | 74 | 3D | 0 | 35 | 4B | 3 | 12 | 5D | 3D |
| Octal | 370 | 164 | 75 | 0 | 65 | 113 | 3 | 22 | 135 | 75 |
| Binary | 11111000 | 1110100 | 111101 | 0 | 110101 | 1001011 | 11 | 10010 | 1011101 | 111101 |
Color Harmonies of #F8743D
Complementary color
Monochromatic Colors of #F8743D
Black with #F8743D
Text Example
Text Example
White with #F8743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8743D; }
p { color: rgb(248,116,61); }
H1.HeaderClassName
{
color: #F8743D;
}
.AnyTagClassName
{
color: #F8743D;
}
</style>
background-color css
<style>
a { background-color: #F8743D; }
a { background-color: rgb(248,116,61); }
div.DivClassName
{
background-color: #F8743D;
}
.BgClassName
{
background-color: #F8743D;
}
</style>
border-color css
<style>
span { border-color: #F8743D; }
span { border-color: rgb(248,116,61); }
td.TdClassName
{
border-color: #F8743D;
}
.TagClassName
{
border-color: #F8743D;
}
</style>