Shades of Burnt Orange #FA752D
Tints of Burnt Orange #FA752D
RGB
CMYK
RGB Variations
Color information
#FA752D (or 0xFA752D) is known color: Burnt Orange. HEX triplet: FA, 75 and 2D. RGB value is (250,117,45). Sum of RGB (Red+Green+Blue) = 250+117+45=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA752D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA752D is #058AD2. Grayscale: #949494. Windows color (decimal): -363219 or 2979322. OLE color: 2979322.
HSL color Cylindrical-coordinate representation of color #FA752D: hue angle of 21.07º 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 #FA752D is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 45 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.02 |
| HSL | 21.07º | 0.95% | 0.58% | - |
| HSV(B) | 21.07º | 0.82% | 0.98% | - |
| XYZ | 46.26 | 33.24 | 6.46 | - |
| YUV | 148.56 | 69.56 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 45 | 0 | 0.53 | 0.82 | 0.02 | 21.07 | 0.95 | 0.58 |
| Hex | FA | 75 | 2D | 0 | 35 | 52 | 2 | 15 | 5F | 3A |
| Octal | 372 | 165 | 55 | 0 | 65 | 122 | 2 | 25 | 137 | 72 |
| Binary | 11111010 | 1110101 | 101101 | 0 | 110101 | 1010010 | 10 | 10101 | 1011111 | 111010 |
Color Harmonies of #FA752D
Complementary color
Monochromatic Colors of #FA752D
Black with #FA752D
Text Example
Text Example
White with #FA752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA752D; }
p { color: rgb(250,117,45); }
H1.HeaderClassName
{
color: #FA752D;
}
.AnyTagClassName
{
color: #FA752D;
}
</style>
background-color css
<style>
a { background-color: #FA752D; }
a { background-color: rgb(250,117,45); }
div.DivClassName
{
background-color: #FA752D;
}
.BgClassName
{
background-color: #FA752D;
}
</style>
border-color css
<style>
span { border-color: #FA752D; }
span { border-color: rgb(250,117,45); }
td.TdClassName
{
border-color: #FA752D;
}
.TagClassName
{
border-color: #FA752D;
}
</style>