Shades of Burnt Orange #FA792D
Tints of Burnt Orange #FA792D
RGB
CMYK
RGB Variations
Color information
#FA792D (or 0xFA792D) is known color: Burnt Orange. HEX triplet: FA, 79 and 2D. RGB value is (250,121,45). Sum of RGB (Red+Green+Blue) = 250+121+45=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA792D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA792D is #0586D2. Grayscale: #979797. Windows color (decimal): -362195 or 2980346. OLE color: 2980346.
HSL color Cylindrical-coordinate representation of color #FA792D: hue angle of 22.24º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA792D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 45 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.02 |
| HSL | 22.24º | 0.95% | 0.58% | - |
| HSV(B) | 22.24º | 0.82% | 0.98% | - |
| XYZ | 46.74 | 34.19 | 6.62 | - |
| YUV | 150.91 | 68.24 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 45 | 0 | 0.52 | 0.82 | 0.02 | 22.24 | 0.95 | 0.58 |
| Hex | FA | 79 | 2D | 0 | 34 | 52 | 2 | 16 | 5F | 3A |
| Octal | 372 | 171 | 55 | 0 | 64 | 122 | 2 | 26 | 137 | 72 |
| Binary | 11111010 | 1111001 | 101101 | 0 | 110100 | 1010010 | 10 | 10110 | 1011111 | 111010 |
Color Harmonies of #FA792D
Complementary color
Monochromatic Colors of #FA792D
Black with #FA792D
Text Example
Text Example
White with #FA792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA792D; }
p { color: rgb(250,121,45); }
H1.HeaderClassName
{
color: #FA792D;
}
.AnyTagClassName
{
color: #FA792D;
}
</style>
background-color css
<style>
a { background-color: #FA792D; }
a { background-color: rgb(250,121,45); }
div.DivClassName
{
background-color: #FA792D;
}
.BgClassName
{
background-color: #FA792D;
}
</style>
border-color css
<style>
span { border-color: #FA792D; }
span { border-color: rgb(250,121,45); }
td.TdClassName
{
border-color: #FA792D;
}
.TagClassName
{
border-color: #FA792D;
}
</style>