Shades of Burnt Orange #FA763D
Tints of Burnt Orange #FA763D
RGB
CMYK
RGB Variations
Color information
#FA763D (or 0xFA763D) is known color: Burnt Orange. HEX triplet: FA, 76 and 3D. RGB value is (250,118,61). Sum of RGB (Red+Green+Blue) = 250+118+61=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA763D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA763D is #0589C2. Grayscale: #979797. Windows color (decimal): -362947 or 4028154. OLE color: 4028154.
HSL color Cylindrical-coordinate representation of color #FA763D: hue angle of 18.1º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA763D is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 61 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.02 |
| HSL | 18.1º | 0.95% | 0.61% | - |
| HSV(B) | 18.1º | 0.76% | 0.98% | - |
| XYZ | 46.75 | 33.62 | 8.44 | - |
| YUV | 150.97 | 77.23 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 61 | 0 | 0.53 | 0.76 | 0.02 | 18.1 | 0.95 | 0.61 |
| Hex | FA | 76 | 3D | 0 | 35 | 4C | 2 | 12 | 5F | 3D |
| Octal | 372 | 166 | 75 | 0 | 65 | 114 | 2 | 22 | 137 | 75 |
| Binary | 11111010 | 1110110 | 111101 | 0 | 110101 | 1001100 | 10 | 10010 | 1011111 | 111101 |
Color Harmonies of #FA763D
Complementary color
Monochromatic Colors of #FA763D
Black with #FA763D
Text Example
Text Example
White with #FA763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA763D; }
p { color: rgb(250,118,61); }
H1.HeaderClassName
{
color: #FA763D;
}
.AnyTagClassName
{
color: #FA763D;
}
</style>
background-color css
<style>
a { background-color: #FA763D; }
a { background-color: rgb(250,118,61); }
div.DivClassName
{
background-color: #FA763D;
}
.BgClassName
{
background-color: #FA763D;
}
</style>
border-color css
<style>
span { border-color: #FA763D; }
span { border-color: rgb(250,118,61); }
td.TdClassName
{
border-color: #FA763D;
}
.TagClassName
{
border-color: #FA763D;
}
</style>