Shades of Burnt Orange #FA753F
Tints of Burnt Orange #FA753F
RGB
CMYK
RGB Variations
Color information
#FA753F (or 0xFA753F) is known color: Burnt Orange. HEX triplet: FA, 75 and 3F. RGB value is (250,117,63). Sum of RGB (Red+Green+Blue) = 250+117+63=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA753F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA753F is #058AC0. Grayscale: #969696. Windows color (decimal): -363201 or 4158970. OLE color: 4158970.
HSL color Cylindrical-coordinate representation of color #FA753F: hue angle of 17.33º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA753F is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 63 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.02 |
| HSL | 17.33º | 0.95% | 0.61% | - |
| HSV(B) | 17.33º | 0.75% | 0.98% | - |
| XYZ | 46.68 | 33.41 | 8.69 | - |
| YUV | 150.61 | 78.56 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 63 | 0 | 0.53 | 0.75 | 0.02 | 17.33 | 0.95 | 0.61 |
| Hex | FA | 75 | 3F | 0 | 35 | 4B | 2 | 11 | 5F | 3D |
| Octal | 372 | 165 | 77 | 0 | 65 | 113 | 2 | 21 | 137 | 75 |
| Binary | 11111010 | 1110101 | 111111 | 0 | 110101 | 1001011 | 10 | 10001 | 1011111 | 111101 |
Color Harmonies of #FA753F
Complementary color
Monochromatic Colors of #FA753F
Black with #FA753F
Text Example
Text Example
White with #FA753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA753F; }
p { color: rgb(250,117,63); }
H1.HeaderClassName
{
color: #FA753F;
}
.AnyTagClassName
{
color: #FA753F;
}
</style>
background-color css
<style>
a { background-color: #FA753F; }
a { background-color: rgb(250,117,63); }
div.DivClassName
{
background-color: #FA753F;
}
.BgClassName
{
background-color: #FA753F;
}
</style>
border-color css
<style>
span { border-color: #FA753F; }
span { border-color: rgb(250,117,63); }
td.TdClassName
{
border-color: #FA753F;
}
.TagClassName
{
border-color: #FA753F;
}
</style>