Shades of Burnt Orange #FA763F
Tints of Burnt Orange #FA763F
RGB
CMYK
RGB Variations
Color information
#FA763F (or 0xFA763F) is known color: Burnt Orange. HEX triplet: FA, 76 and 3F. RGB value is (250,118,63). Sum of RGB (Red+Green+Blue) = 250+118+63=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA763F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA763F is #0589C0. Grayscale: #979797. Windows color (decimal): -362945 or 4159226. OLE color: 4159226.
HSL color Cylindrical-coordinate representation of color #FA763F: hue angle of 17.65º 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 #FA763F is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 63 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.02 |
| HSL | 17.65º | 0.95% | 0.61% | - |
| HSV(B) | 17.65º | 0.75% | 0.98% | - |
| XYZ | 46.8 | 33.64 | 8.73 | - |
| YUV | 151.2 | 78.23 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 63 | 0 | 0.53 | 0.75 | 0.02 | 17.65 | 0.95 | 0.61 |
| Hex | FA | 76 | 3F | 0 | 35 | 4B | 2 | 12 | 5F | 3D |
| Octal | 372 | 166 | 77 | 0 | 65 | 113 | 2 | 22 | 137 | 75 |
| Binary | 11111010 | 1110110 | 111111 | 0 | 110101 | 1001011 | 10 | 10010 | 1011111 | 111101 |
Color Harmonies of #FA763F
Complementary color
Monochromatic Colors of #FA763F
Black with #FA763F
Text Example
Text Example
White with #FA763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA763F; }
p { color: rgb(250,118,63); }
H1.HeaderClassName
{
color: #FA763F;
}
.AnyTagClassName
{
color: #FA763F;
}
</style>
background-color css
<style>
a { background-color: #FA763F; }
a { background-color: rgb(250,118,63); }
div.DivClassName
{
background-color: #FA763F;
}
.BgClassName
{
background-color: #FA763F;
}
</style>
border-color css
<style>
span { border-color: #FA763F; }
span { border-color: rgb(250,118,63); }
td.TdClassName
{
border-color: #FA763F;
}
.TagClassName
{
border-color: #FA763F;
}
</style>