Shades of Burnt Orange #FA7338
Tints of Burnt Orange #FA7338
RGB
CMYK
RGB Variations
Color information
#FA7338 (or 0xFA7338) is known color: Burnt Orange. HEX triplet: FA, 73 and 38. RGB value is (250,115,56). Sum of RGB (Red+Green+Blue) = 250+115+56=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7338 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7338 is #058CC7. Grayscale: #959595. Windows color (decimal): -363720 or 3699706. OLE color: 3699706.
HSL color Cylindrical-coordinate representation of color #FA7338: hue angle of 18.25º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA7338 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 56 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.02 |
| HSL | 18.25º | 0.95% | 0.6% | - |
| HSV(B) | 18.25º | 0.78% | 0.98% | - |
| XYZ | 46.27 | 32.87 | 7.65 | - |
| YUV | 148.64 | 75.73 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 56 | 0 | 0.54 | 0.78 | 0.02 | 18.25 | 0.95 | 0.6 |
| Hex | FA | 73 | 38 | 0 | 36 | 4E | 2 | 12 | 5F | 3C |
| Octal | 372 | 163 | 70 | 0 | 66 | 116 | 2 | 22 | 137 | 74 |
| Binary | 11111010 | 1110011 | 111000 | 0 | 110110 | 1001110 | 10 | 10010 | 1011111 | 111100 |
Color Harmonies of #FA7338
Complementary color
Monochromatic Colors of #FA7338
Black with #FA7338
Text Example
Text Example
White with #FA7338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7338; }
p { color: rgb(250,115,56); }
H1.HeaderClassName
{
color: #FA7338;
}
.AnyTagClassName
{
color: #FA7338;
}
</style>
background-color css
<style>
a { background-color: #FA7338; }
a { background-color: rgb(250,115,56); }
div.DivClassName
{
background-color: #FA7338;
}
.BgClassName
{
background-color: #FA7338;
}
</style>
border-color css
<style>
span { border-color: #FA7338; }
span { border-color: rgb(250,115,56); }
td.TdClassName
{
border-color: #FA7338;
}
.TagClassName
{
border-color: #FA7338;
}
</style>