Shades of Burnt Orange #FA783C
Tints of Burnt Orange #FA783C
RGB
CMYK
RGB Variations
Color information
#FA783C (or 0xFA783C) is known color: Burnt Orange. HEX triplet: FA, 78 and 3C. RGB value is (250,120,60). Sum of RGB (Red+Green+Blue) = 250+120+60=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA783C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA783C is #0587C3. Grayscale: #989898. Windows color (decimal): -362436 or 3963130. OLE color: 3963130.
HSL color Cylindrical-coordinate representation of color #FA783C: hue angle of 18.95º 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 #FA783C is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 60 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.02 |
| HSL | 18.95º | 0.95% | 0.61% | - |
| HSV(B) | 18.95º | 0.76% | 0.98% | - |
| XYZ | 46.96 | 34.08 | 8.38 | - |
| YUV | 152.03 | 76.07 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 60 | 0 | 0.52 | 0.76 | 0.02 | 18.95 | 0.95 | 0.61 |
| Hex | FA | 78 | 3C | 0 | 34 | 4C | 2 | 13 | 5F | 3D |
| Octal | 372 | 170 | 74 | 0 | 64 | 114 | 2 | 23 | 137 | 75 |
| Binary | 11111010 | 1111000 | 111100 | 0 | 110100 | 1001100 | 10 | 10011 | 1011111 | 111101 |
Color Harmonies of #FA783C
Complementary color
Monochromatic Colors of #FA783C
Black with #FA783C
Text Example
Text Example
White with #FA783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA783C; }
p { color: rgb(250,120,60); }
H1.HeaderClassName
{
color: #FA783C;
}
.AnyTagClassName
{
color: #FA783C;
}
</style>
background-color css
<style>
a { background-color: #FA783C; }
a { background-color: rgb(250,120,60); }
div.DivClassName
{
background-color: #FA783C;
}
.BgClassName
{
background-color: #FA783C;
}
</style>
border-color css
<style>
span { border-color: #FA783C; }
span { border-color: rgb(250,120,60); }
td.TdClassName
{
border-color: #FA783C;
}
.TagClassName
{
border-color: #FA783C;
}
</style>